#Dev command not working on co-worker's computer

1 messages · Page 1 of 1 (latest)

simple widget
#

I have a free tier account and I've added my co-worker to the org. He's running the app in WSL on a windows machine. When he runs the trigger dev command (which is supposed to set up an ngrok tunnel) it fails. He's getting an error saying undefined is being passed to the /api/trigger endpoint? Any ideas?

#

Something to do with the free tier and ngrok only supporting one tunnel per free user?

willow roost
#

We don't actually use ngrok anymore if you're using the Trigger.dev cloud. We built our own tunnel because lots of people were hitting rate limits with it.

Can you post the console logs here?

You can always create a tunnel (using ngrok or similar) and then pass the URL into the CLI:

npx @trigger.dev/cli@latest dev -t https://.....ngrok.com