Hi,
I am trying to move my connect app to forge. For the time being I have moved my modules to connect-on-forge and trying to move them completely to forge one at a time. My pages from connect-on-forge and forge-custom-UI were both loading till morning. Today, I tried to use forge tunnel, but couldn’t proceed with it as the static resources are not on the root folder of my local dev server but divided among different modules. Hence, I stopped my tunnel and am trying to use it the old way “forge deploy -e development && forge install –upgrade -e development”. The issue now is that my forge module is loading but my connect-on-forge modules are not loading now and are throwing the following error.
Unable to establish a connection with the Custom UI bridge.
If you are trying to run your app locally, Forge apps only work in the context of Atlassian products. Refer to ``https://go.atlassian.com/forge-tunneling-with-custom-ui`` for how to tunnel when using a local development server.
How can I disable forge tunnel on my forge app for all modules?
I have already done uninstall and re-install the forge app completely, even restarted my local machine.

