Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/0d676a46c8b5d01fb3b306df08369baaa4061a30/apps/api/webpack.config.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/apps/api/webpack.config.js

7 lines
194 B

const { composePlugins, withNx } = require('@nx/webpack');
module.exports = composePlugins(withNx(), (config, { options, context }) => {
// Customize webpack config here
return config;
});