View Single Post
Old 11-28-2021, 09:57 AM   #8
siclib
Junior Member
siclib began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2021
Device: BOOX Poke 2
Quote:
Originally Posted by kovidgoyal View Post
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 View Post
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.
siclib is offline   Reply With Quote