Quickstart App Issues: Failed to create tunnel connection after running `npm run start`

After successfully running the scafolding command when creating a new feature, I pasted the url from my terminal and was able to create an app.
I then ran:
npm i
npm run start

I ended up getting the following error - Creating tunnel connection [FAILED: Failed to create tunnel connection.]

When I go to my local browser I see the following:
“Hello, your user_id is: still loading. Let’s start building your amazing app, which will change the world!”

I’m able to see my user id when I check the preview in monday.com where my feature lives. Am I missing something in my .env?

Hello there @tmanney,

Matias here!

Regarding the user ID not working when you see the view in your local environment, if I understand what you said right, it would be expected behavior since the ID is coming from the context of the view inside monday.com. If you are not inside monday.com, then you are lacking that context and there is no user ID to retrieve.

Regarding the tunnel connection failing, do you have any other tunnels/ngrok working at the same time? If not, would you be able to please fill this form adding as much information as possible to it (such as a screen recording showing the steps you take and the issue you see) so that our team can take a look into it?