Running on a Apache server #36
Replies: 2 comments 3 replies
-
Hi Rich. I'm not too familiar with Apache but I'll try to help the best I can. Modern web browsers block local files due to security risks. That is why I couldn't simply use pure JS code to fetch data from the files; I had to use express. What does the error message say exactly? If you're still using my express server for settings, then it should be accepting CORS requests from all origins. Perhaps, you somehow need to do the same with your apache server? |
Beta Was this translation helpful? Give feedback.
-
Hi @RichardDack. Sorry, I wasn't able to reply since I was moving. Just wanted to check in and see if you're still having issues! |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for this i can finally get myself a PS5!
I don't fancy running it locally, but would rather run it on a apace2 web server with proxy pass, i have got it up and running but CORS is causing me a headache. Everything is working fine but the /env and /config files are being blocked by cors. Any advice would be great
<LocationMatch "/monitor/">
ProxyPass http://localhost:3250
ProxyPassReverse http://localhost:3250
All the best
Rich
Beta Was this translation helpful? Give feedback.
All reactions