-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabling deletion in production also disables it in development environment #58
Comments
Got a workaround. Display all documents of the type "webhook_deploy" in Vision. Determine the ID of the document and delete it with the mutateDocs script. For example:
However, a deletion function that is always available in the development environment would be more practical. |
Great! that worked for me, deleted a stuck project from the dashboard. |
Activating the option "Disable the 'Delete' action for this item in production" prevents me from deleting the webhook item in the development environment too.
I encountered this issue after transferring the project to a new team on Vercel. I'm unable to customize the entire webhook element due to a validation error indicating that the token is not configured with the new project environment.
How should I proceed to delete the element?
The text was updated successfully, but these errors were encountered: