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

Lint wg-easy

pull/3579/head
shamoon 11 months ago
parent 67a69a5878
commit 9a20982406

@ -21,7 +21,7 @@ async function login(widget, service) {
});
try {
const connectSidCookie = responseHeaders["set-cookie"];
let connectSidCookie = responseHeaders["set-cookie"];
if (!connectSidCookie) {
const sid = cache.get(`${sessionSIDCacheKey}.${service}`);
if (sid) {

Loading…
Cancel
Save