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

fix: scroll restoration ()

pull/3006/head
Ryan Cohen 3 years ago committed by GitHub
parent 867286996b
commit 14280c5437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,4 +17,7 @@ module.exports = {
return config;
},
experimental: {
scrollRestoration: true,
},
};

Loading…
Cancel
Save