Phillip
Phillip
Explore posts from servers
NNovu
Created by Phillip on 4/18/2025 in #πŸ’¬β”‚support
Workflow
Hi, I am trying to get a workflow running following this doc word for word. - https://docs.novu.co/framework/quickstart/express The studio never bridges and is asking me to create the nextjs version, npx novu@latest init --secret-key=xxx My endpoint on http://localhost:4000/api/novu is working and returning:
{"status":"ok","sdkVersion":"2.6.6","frameworkVersion":"2024-06-26","discovered":{"workflows":1,"steps":1}}
{"status":"ok","sdkVersion":"2.6.6","frameworkVersion":"2024-06-26","discovered":{"workflows":1,"steps":1}}
studio is stuck on onboarding the output of npx novu@latest dev --port 4000 is:
βœ” πŸ›£οΈ Tunnel β†’ https://UUID.novu.sh/api/novu
βœ” πŸ–₯️ Dashboard β†’ https://dashboard.novu.co
βœ” 🎨 Studio β†’ http://localhost:2022/studio
βœ” πŸŒ‰ Endpoint β†’ http://localhost:4000/api/novu
βœ” πŸ›£οΈ Tunnel β†’ https://UUID.novu.sh/api/novu
βœ” πŸ–₯️ Dashboard β†’ https://dashboard.novu.co
βœ” 🎨 Studio β†’ http://localhost:2022/studio
βœ” πŸŒ‰ Endpoint β†’ http://localhost:4000/api/novu
Any help would be appreciated. [email protected]
2 replies
CDCloudflare Developers
Created by Phillip on 10/15/2024 in #workers-help
Worker fails to request from reachable endpoint (Bad Gateway | 502)
I have a worker that runs on a schedule, It runs and makes a GET to an endpoint on my backend hosted on another platform but the domain is on Cloudflare. I can not get the worker to reach the gateway as it always recieves a 502
2 replies