sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.54k stars 412 forks source link

Client does not adhere to HOST environment variable #3838

Open lmiklosko opened 2 months ago

lmiklosko commented 2 months ago

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