You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server code listens on address and port taken from HOST environment variable; whereas client side expects api to always be on localhost, resulting in Internal Server Errors when using such variable.
Version
latest dev
Steps to Reproduce
Build the project
start with HOST=127.0.0.1 yarn start to force IPv4 on IPv6 enabled server for example.
Screenshots
No response
Logs
No response
Platform
desktop
Device
Apple M1 Mac
Operating System
Sonoma 14.1.1
Browser
Safari
Additional Context
No response
Code of Conduct
I agree to follow Overseerr's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description
The server code listens on address and port taken from
HOST
environment variable; whereas client side expects api to always be on localhost, resulting in Internal Server Errors when using such variable.Version
latest dev
Steps to Reproduce
HOST=127.0.0.1 yarn start
to force IPv4 on IPv6 enabled server for example.Screenshots
No response
Logs
No response
Platform
desktop
Device
Apple M1 Mac
Operating System
Sonoma 14.1.1
Browser
Safari
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: