Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/blame/commit/9d10e6a88c0996671f1d9d20792e1930dbc82329/.prettierrc.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/.prettierrc.js

6 lines
120 B

module.exports = {
plugins: [require('./merged-prettier-plugin.js')],
singleQuote: true,
trailingComma: 'es5',
};