Forge tunnelling not picking up localhost

I’m trying to develop my forge app using while tunnelling, the localhost react app is running but the app is not tunnelling into the atlassian site. I ran “forge deploy” cmd before forge tunnel and alreadt installed the app on the instance by running “forge install” cmd.

1 Like

Here is what I can suggest ,
I see that you have followed the right sequence of steps for tunneling i.e, first deploying your application > Installing your application > tunneling

But can you elaborate a bit more about your problem , are you getting some kind of error while tunneling if you do try referring to this change log

But if that’s not the case can you try tunneling in the same PC where you are checking the output

1 Like

Omg! I realised I was accessing the app with a different account instead of the user account used in developing the app. Note to self: run forge whoami and make sure to stay logged in to the correct user lol

1 Like