Did you raise the case as an incident? Or as a bug? If as incident, I think you can “share it” and post the issue key here for others to watch, join, and track. In general, this community forum isn’t a good way to get incident updates. It’s not part of our operations processes but both ECOHELP and the developer Statuspage are for these kinds of outages (if they last long enough).
That was raised as a bug and not shared so others won’t be able to follow. I’ll go “poke” the support team and see if we can get some urgency on this. Sorry for the inconvenience.
Sorry, I probably shouldn’t have posted the support ticket as a link. I only meant it to serve as a reference to Atlassian Staff who might be able to see it.
General Atlassian support pointed me to submitting it as a bug. If necessary I can submit another as an Incident, but not sure if it’s just static at that point? Or maybe they can migrate it to an incident to share?
At this point, support has picked this up and raised an incident. No need to take further action. Support should keep you in the loop and start updating Statuspage when more is known. I think the yellow banner for “minor incident” is for this incident already, so others can tune in there for more info.
I replied yesterday with some advice to a newcomer that “if there’s an error, my first assumption is it’s on Atlassian’s end because it more often is”. Today alone I reported a breaking REST API change and wasted time on this tunnel issue.
It would be really good if we could use Forge without a tunnel. For example by specifying a http endpoint like https://forgedev.example.com under our control.
Then we don’t have the issues with ngrok tunneling through our network and basically exposing dev machines to the internet.
The new native Node.js runtime no longer requires a local Docker image for invoking your Forge functions locally. This simplifies the local toolchain for setting up the tunnel, and will improve the performance of your tunnel.
In other words, we are moving away from ngrok. When the runtime leaves preview and becomes GA, there won’t be any need for Docker & ngrok to run the Forge tunnel. But, during preview, please be aware the new runtime does have some differences and known limitations.
Pardon my misunderstanding. Somehow I conflated use of Docker with ngrok. I have since been corrected by the Forge CLI team that ngrok is still (and will be) required with Forge native Node.js.