You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this lead to an error when stripe is calling the directus webhook: You don't have permission to access fields "admin_access", "app_access" in collection "directus_roles" or they do not exist. Queried in "stripe_webhook_user.role".
The reason for this is that those fields are not part of the role anymore.
Can you update it, otherwise i would need to fork the project and publish it myself
The text was updated successfully, but these errors were encountered:
okay i forked it and opened a PR. i also published my own copy as a scoped npm package so that i can use it in the meantime under @eikaramba/directus-extension-stripe
see https://docs.directus.io/releases/breaking-changes.html#version-11-0-0
this lead to an error when stripe is calling the directus webhook:
You don't have permission to access fields "admin_access", "app_access" in collection "directus_roles" or they do not exist. Queried in "stripe_webhook_user.role".
The reason for this is that those fields are not part of the role anymore.
Can you update it, otherwise i would need to fork the project and publish it myself
The text was updated successfully, but these errors were encountered: