#I'm almost sure, that I should not see this "just in case" error ;)
21 messages ยท Page 1 of 1 (latest)
@midnight spade can you try again? it should give you a new error that will help me debug
or @next pollen since you +1'd the issue I assume you're also experiencing the same issue?
no just laughing at it sry
no worries lol
Ill have time to check in in ~12hours, please remind me if I dont ๐
Perhaps the problem is, that I already created an account, and now I just used this link with "code" because of browser did automaticly provided it, so I just click without manually clearing it to pure https://synergism.cc/ link... but I guess that this should be properly detected anyway ๐
does it work if you try to re-authorize our app? it'll give you a new code
the login should be available to you because the login didn't succeed
settings -> accounts
if it's not, can you send me the output of document.cookie in the browser cnsole?
No, I'm logged in correctly
okay yeah I see
the issue only appears because I used the link with code
document.cookie.split(';').forEach(function(c) {
document.cookie = c.trim().split('=')[0] + '=;' + 'expires=Thu, 01 Jan 1970 00:00:00 UTC;';
});
then reload the page
I'm just removing the discord/oauth/?code part in order to see normal app and everything is fine, so its really no issue, just an loose end on the app side
No idea if this is it?