You need to sign in or sign up before continuing #8112
-
Can someone help me to understand why I receive this message when accessing to this address? I have Chatwoot running on docker in my Synology NAS. I think that solving this I will solve my issue when trying to link EVOLUTION API with CHATWOOT. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi all, no clue about that? I Haver chat won’t running on docker installation. |
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