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/1694f60e8aa475ceeb7f170a783ec0ba70bd4bce/.gitignore You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/.gitignore

46 lines
445 B

# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# database
config/db/db.sqlite3
config/settings.json
# logs
config/logs/*.log
# dist files
dist
# sqlite journal
config/db/db.sqlite3-journal