linuxserver / emulatorjs

Self hosted web based retro emulation front end with rom and art management.
382 stars 26 forks source link

Created Profile, but not seeing cross browser saves #47

Closed MonotoneCulprit closed 2 years ago

MonotoneCulprit commented 2 years ago

Created a Profile to test using the same saves across multiple devices. Saves do not seem to be saving server side even with the profile.

thelamer commented 2 years ago

its a manual push pull process, you need to click on the file icon in the web interface and while in that menu login to your profile and push to the server. Same process for pulling to a client.

MonotoneCulprit commented 2 years ago

Alright so I'm not going crazy then. I never get the option to login which is why I can't do the manual push/pull. I'll nuke my container and rebuild. Hopefully then I'll see the login option. Thank you for the quick response.

MonotoneCulprit commented 2 years ago

Sorry to report same issue after rebuild. Followed your exact process via docker-compose, but never getting the login option on the file browser. I feel like I must be missing a step

MonotoneCulprit commented 2 years ago

So the real issue is that it can't make the WebSocket connection at all. Which would explain a lot. Probably a me issue. Sorry about that

MonotoneCulprit commented 2 years ago

It was a me problem. Maybe the Websocket would connect if I told my reverse proxy to allow Websockets. Closing this. Thank you again.

bluesaxman commented 1 year ago

Don't mean to rez this issue, but I was curious what config setting you used to allow web sockets. I haven't found any documentation on what end points to configure for. Is everything just on / or are there other locations I should instruct my reverse proxy to talk to?