Quantcast
Channel: Zammad - Community - Latest posts
Viewing all articles
Browse latest Browse all 6736

Issue with mobile view and websocket

$
0
0

I solved the issue, it was actually much simpler than i thought.
First i had to change the http type to https, afterwards i had the CSRF token error.

To fix this issue, i had to replace the http type in the nginx config file for the website, forcing it to https. Here are the lines i changed:

proxy_set_header X-Forwarded-Proto https;


Viewing all articles
Browse latest Browse all 6736

Trending Articles