Quote:
Originally Posted by kovidgoyal
And are you running behind a reverse proxy?
|
Yes this is my Apache2 config
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
<VirtualHost *:80>
ServerName your_domain
AllowEncodedSlashes On
ProxyPreserveHost On
ProxyPass "/" "http://localhost:8080/"
</VirtualHost>
Quote:
Originally Posted by kovidgoyal
Does it happen if you access the page on the same computer as the server is running on? Or form a desktop browser? And if so open the javascript concole in the browser and post anything you see there.
|
Thats the tricky part since i do everything with terminal, because its a headless server on DigitalOcean, and i am also a newbie.
But as I know, it runs smoothly on Brave. Also smoothly on Safari, Chrome with Same-Origin policy turned off. But I dont think thats a solution, just a quick fix.
Hope anyone can give me some clues on how to troubleshoot or get some debugging info for you guys to figure out the problem.