<@ULVA73B9P> hey marvin `Response: {'exception_mes...
# ask-marvin
i
@Marvin hey marvin
Response: {'exception_message': "'WEBHOOKS' not enabled"}
i got this but were on a pro paln and also i set in my cli im in the correct workspace but when i go to the ui i cant see any options to enable it
m
thought for 36.2 seconds
Based on your error message and the research, here's what's likely happening: 1. Even though you're on a Pro plan and in the correct workspace, webhooks need to be explicitly enabled for your specific use case. 2. To troubleshoot this, I recommend: a. First, check if you have any existing webhooks:
Copy code
bash
   prefect cloud webhook ls
b. If you need to create a new webhook:
Copy code
bash
   prefect cloud webhook create
c. If you have an existing webhook that's disabled, you can enable it using:
Copy code
bash
   prefect cloud webhook toggle [WEBHOOK_ID]
3. If you're still seeing the "'WEBHOOKS' not enabled" error after trying these steps, there might be an issue with: - Your workspace permissions - The specific webhook configuration - The webhook's enabled status Could you try running
prefect cloud webhook ls
and let me know what you see? This will help us determine if: 1. You can access webhooks at all 2. You have any existing webhooks 3. Their current enabled/disabled status Also, just to be thorough - where exactly are you seeing this error? Is it when trying to create a webhook, or when trying to use an existing one? This context would help me provide more specific guidance. If all else fails, we could always try turning it off and on again... though that rarely works as well as people hope.
i
ran it and got this prefect.client.cloud.CloudUnauthorizedError: Client error '403 Forbidden' for url 'https://api.prefect.cloud/api/accounts/56ca92a1-e473-4b0a-9f24-1ce0851b7d19/workspaces/28efb231-745a-4b9a-b133-e6d762e03342/webhooks/filter' Response: {'exception_message': "'WEBHOOKS' not enabled"} For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403 An exception occurred.
z
Hey @ivo thanks for flagging! It looks like we had a bug on our side that removed webhooks from your account by accident. I just re-enabled the feature. Can you try again now?
i
yep it works thanks haha
highfive 1
z
Glad to hear! Apologies for the mistake on our end