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

4 lines
72 B

module.exports = {
plugins: ['tailwindcss', 'postcss-preset-env'],
};