Hey, I just tried the next onboarding flow and I am stuck at the onboarding screen:
https://cloud.trigger.dev/orgs/fv-ventures-ug-3753/projects/backlinkgpt-DLac/setup/nextjs
For another project it worked withotu any issues but now I cannot get the job registered.
I am using clerk middleware, but made sure that I added the public route:
export default authMiddleware({
debug: true,
publicRoutes: [
'/api/trigger',
]
I also can see the succesful registration:
✔️ [trigger.dev] Detected TriggerClient id: backlinkgpt-DLac
✔️ [trigger.dev] Found API Key in .env.local file
✔ [trigger.dev] Found your trigger endpoint: http://localhost:3000/api/trigger
✔ 🚇 Created tunnel: https://8ce0-2a02-3102-4c34-0-cc93-6ea7-225b-f314.ngrok-free.app
✔ [trigger.dev] Refreshed 2:43:54 PM
Would appreciate any help!