overseerr icon indicating copy to clipboard operation
overseerr copied to clipboard

Client does not adhere to HOST environment variable

Open lmiklosko opened this issue 1 year ago • 0 comments

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

  1. Build the project
  2. 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

  • [X] I agree to follow Overseerr's Code of Conduct

lmiklosko avatar Apr 05 '24 21:04 lmiklosko