Hello @Omitg24, welcome to the forum!
Try to fix it
I’ve seen this issue before, and i don’t know what causes it. But you could try to clear your localStorage and cookies along the lines of these options. It worked for the same issue in different context recently. (see details in the other thread)
Try to figure out what’s going on
I hope somebody could shed some light to what causes this issue. I vaguely remember there was something weird with redirect_uri
during the authentication redirect.
Persist Logs
in your browser’s developer tools may help debug it. (screenshot below taken in Firefox)
And this is what my browser console says when i refresh an app:
Navigated to https://solidcommunity.net/authorize?client_id=[redacted]&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2F&response_type=code&scope=openid%20offline_access%20webid&state=[redacted]&code_challenge=[redacted]&code_challenge_method=S256&prompt=none&response_mode=query
Example from Node Solid Server, but ESS (Enterprise Solid Server) might have something similar. I suspect redirect_uri
part of search params of the uri may be weird in your case.