Error from API: You need to sign in or sign up before continuing #5270
-
Hello! I want to use the "List all inboxes" method, but I can't get authorized. I get an error from api: You need to sign in or sign up before continuing. I add in the header parameter " api_access_token" and the value - my token from the profile. Is this not correct? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello! |
Beta Was this translation helpful? Give feedback.
-
For posterity: I had this same problem. It was caused by nginx dropping the chatwoot/deployment/nginx_chatwoot.conf Line 28 in 4ed1378 |
Beta Was this translation helpful? Give feedback.
For posterity: I had this same problem. It was caused by nginx dropping the
api_access_token
header because it uses underscores. The fix was to addunderscores_in_headers on;
in theserver
block in nginx config. See the nginx config in the repo:chatwoot/deployment/nginx_chatwoot.conf
Line 28 in 4ed1378