Uncaught SyntaxError: Invalid or unexpected token error when running the app locally through ngrok
Issue summary
So just this week when i run "shopify app serve" i get my ngrok link with /login instead of /auth
i'm guessing that the /login came from me updating the shopify cli but when i change the url to /auth now my app does not load
i tried deploying it on heroku, it works on there so my guess is there is an issue with ngrok
also in the console it shows the error "Uncaught SyntaxError: Invalid or unexpected token at..." basically it cant parse the file that it loads.
Expected behavior
So i've been using the same setup for about 6 months and i dint change anything i only updated the shopify cli since i thought tt might solve the above issue, i updated it from 2.x to the latest 2.x
expected behavior was that it would just load the app
Actual behavior
the page just stops loading cause it can't parse the file

was there some change in ngrok that i missed is anyone else facing this issue ?
Okay so some updates, this issue was mainly getting caused due to ngrok timing out the requests i tried this app by switching to localtunnel (https://theboroer.github.io/localtunnel-www/) this does work but i link ngrok since i dont have to manually setup the tunnel stuff, i'll contact ngrok about this issue and see if i can find some other solution
This issue is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days.
We are closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version. If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.
If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines
Thank you!