Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/src/commit/7c08809501876a055db7a98415d912b2a26a2fcd/Dockerfile.local You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/Dockerfile.local

9 lines
73 B

FROM node:12.18-alpine
COPY . /app
WORKDIR /app
RUN yarn
CMD yarn dev