I followed this tutorial here Getting started exactly…
but after clicking on the Greeting tab in the apps section, the app keeps loading infinitely and shows Something went wrong error. Please help
these are my terminal windows:
Hello @ianRagudo
Thank you for replying.
Im sorry, I posted a wrong screenshot previously(from when I was experimenting with ACE framework)…
These are the correct browser console warnings
This is a bit tricky to diagnose as the guide works for me. To cover all the bases, here are the node and ngrok versions I used:
node: v12.22.10 and v16.15.0 (I tried two different versions just in case)
ngrok: 3.0.5 (I see that you are still using version 2)
Here are possible scenarios I can think of that may yield similar results to that of you are experiencing.
The ngrok authtoken was not registered, or
ngrok was restarted causing the forwarding URL to change while the descriptor file (atlassian-connect.json in the example) still uses the stale value of baseUrl
With this statement, is it safe to say that there is no problem with the app and guide but more on how ngrok was setup and/or used?
Hello @ianRagudo
Yes…the problem is with ngrok and not with the tutorial
I registered the ngrok authtoken and I changed the base url to the new one each time I restarted the tunnel … so I’m pretty sure the problem is not 1. or 2.
If you find a solution to it…I would really appreciate it if you let me know.
Thanks for your help!