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/11a5e8d95bc2a2f16adf1e48d2ef38b508a6ace5/postcss.config.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/postcss.config.js

7 lines
83 B

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};