GDPR Causing Authentication verification errors when making Jira API calls

Joseph McFadden April 30, 2019

Recently my application cannot make any API calls to JIRA. For example when I call the jira api to get fields I see this error: 

(node:35274) UnhandledPromiseRejectionWarning: SequelizeDatabaseError: No database selected

But if recreate the exact GET request in postman with the same credentials, it works fine.

 

Also when I try to navigate in my app I see this error:

Authentication verification error: 500 Could not lookup stored client data for XXXXXX: SequelizeDatabaseError: No database selected 

I have tried turning the gdpr flag to false in my atlassian-connect.json but have not seen a difference. 

 

 

Is there something in my atlassian-connect where I need to specify a database to use in JIRA?

1 answer

1 accepted

1 vote
Answer accepted
Joseph McFadden May 2, 2019

Ended up being a local db error and not something with GDPR

Suggest an answer

Log in or Sign up to answer