Hello,
I created an app following this guide bitbucket.org/atlassian/atlassian-connect-express and it worked when rendering the .hbs template , but when I switched to .jsx react template at routes/index.js
, I get this error : Unauthorized: Could not find authentication data on request .
{ ctx: {} } Authentication verification error (401): Could not find authentication data
on request
GET /hello-world 401 14.015 ms - 783
Can anyone help me with this ?