Hi, I am trying to setup local dev with forge tunnel as described here -https://developer.atlassian.com/platform/forge/tunneling/ but after setting the resources and tunnel port i get
25:10 error missing resource '/configuration.html' is being referenced by 'configuration' in resources valid-resource-required
this is my setup:
resources:
- key: configuration
path: /configuration.html
tunnel:
port: 3000
I have started the ACE server with settings no-reg and no-auth and paths are the same as in ACE server setup but it is still not working.
Is it possible to use forge tunnel without of ngrok for local development?