#I'm almost sure, that I should not see this "just in case" error ;)

21 messages ยท Page 1 of 1 (latest)

midnight spade
random locust
#

@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?

next pollen
#

no just laughing at it sry

random locust
#

no worries lol

midnight spade
midnight spade
#

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 ๐Ÿ˜‰

random locust
#

does it work if you try to re-authorize our app? it'll give you a new code

midnight spade
#

how can i do it?

#

there is no logout button

random locust
#

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?

midnight spade
#

No, I'm logged in correctly

random locust
#

okay yeah I see

midnight spade
#

the issue only appears because I used the link with code

random locust
#
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

midnight spade
#

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