Hello,
I am developing an app on the global page and dashboard gadget. However, when I try to tunnel with custom UI, I encounter the following error:
“Failed to connect to localhost:3000. Check that your service is running.”
Here is what I have done so far:
1.Added the following to the manifest.yml under the resource section:
tunnel:
port: 3000
2. Started the service using npm start in the static folder.
3. Ran forge tunnel in the root directory.