Hi!
To clarify your process:
- You created a Connect app using the
atlas-connect
command followed by your app name. - You then added a specific
module
to render yourHello World
page. - Subsequently, you encountered a
Content Security Policy
violation error.
To confirm, you haven’t performed any steps related to the Forge platform, correct? It seems this issue is strictly related to the Connect app, with no involvement of Forge.
Based on my understanding, the error message related to https://cdn.ngrok.com
suggests a problem originating from ngrok’s end. It appears that the additional contentSecurityPolicy
in app.use
is unnecessary.
Could you please review this comment to check if there’s a step you might have missed in setting up your ngrok account?
Looking forward to hearing about your progress!
James