Hello! I was hoping someone could help me with an issue I am having. When running in localhost my job seems to run fine, however once I run it on production, it keeps throwing a 403 error (Request failed with status code 403) when a get request is performed in my job.
Some details about my architecture.
- I am hosting the application on Vercel hobby plan.
- Stack is NextJS, Typescript, Supabase
At first i thought there was something with my matched in the middle.
That matcher looks like this:
["/((?!_next/static|_next/image|favicon.ico|api/trigger).*)"],
Has anyone encountered a similar issue? Or am i forgetting something? Thanks in advance 🙂