mjferrante83

Results 6 comments of mjferrante83

I've also launched my container via `npm run start` and it's not switching to user account mode, only cookie save. Any help would be appreciated. docker-compose of my stack (only...

Thanks for the response @slsyy Part of my problem is related to the ENV variable `VITE_BYPASS_LOGIN` not being set as I just cowboy'd making a custom container for this. After...

Some further testing I've done: **Modifications to /src/utils.ts:** export const sessionIdKey = "pokerogue_sessionId"; export const isLocal = true; export const serverUrl = "http://172.18.0.3:8001"; export const apiUrl = "http://172.18.0.3:8001"; **Testing connection...

> * have you checked chrome dev tools? Check, if frontend generates HTTP requests and verify correctness of `host:port` Ahhh good idea. Here is what is reported on registration attempt:...

@fatmagic -- What kind of setup are you going for? Are you trying to run this whole app in Docker? If so, how? Did you build the container yourself or...

`export VITE_BYPASS_LOGIN=-1` I think this is all you need. Pass this in your VM host OS and reload your game instance.