503 Service Unavailable Rowy Hooks #1500
-
In one of my Rowy projects where I have webhooks, I began to experience error 503 service unavailable. The webhooks worked perfectly before. I also tested with a completely new webhook using the templates and still have the same 503 response. Can you please provide some support and guidance on how to resolve this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@BornDigitalStudio The error message says that there is a SyntaxError in the To resolve this issue, you can follow these steps:
Here's an example of how you can modify the code:
This should resolve the SyntaxError and the 503 Service Unavailable error you are experiencing with your webhooks. |
Beta Was this translation helpful? Give feedback.
-
I found what is the issue. |
Beta Was this translation helpful? Give feedback.
I found what is the issue.
I place in my webhook script //@ts-ignore on certain lines. Apparently that was causing issue with the eval function.