And on one chrome window (different chrome accounts) when I login, I get the green success top right box, but it never forwards into the console.
Dev tools it fails the account request with a 401 "User (role: guests) missing scope (account)"
"general_unauthorized_scope"
.
Maybe a hard refresh (command/Ctrl + shift + R) will help
That's what I'm referring to by clearing cache and reload:
Just got rate limited on logging in.
I'll just wait and see if it persists after a couple hours.
How many sessions have you created??
Not 100% sure because I can't see console sessions like regular account sessions. But I only am using Chrome with 2 accounts, safari, and firefox.
Mostly using chrome.
Tried safari and firefox for sanity checks about Chrome clearing the cache.
But when I was trying to login and it wasn't forwarding me, that could have created a session for every time I clicked login which could have been 10-20 clicks.
We've had a problem before where too many sessions caused problems...but it has to be like over a 1000 now
I'd have a hard time seeing 1000 being created.
I'm going to just delete the stack+volumes and redeloy
Still happening on the deleted+redeployed stack.
So I'm thinking it would have to be a chrome or cloudflare thing
After you log in, you can see sessions by looking at the account from the top right
ah gotcha -- there's 4 right now
So what's the problem now?
Same problems: In one chrome account, it logs in with green success box but doesn't forward to console page -- and the wierd UI issue were all links are plain blue/purple text (and some other missing styling).
UI issue only when not doing a clear cache hard reload
but persists after that if a regular refresh is done.
It was something in Chrome's Cookies and Other Site Data
and not cache related.
Deleted everything there and it fixed the UI issues and login issues.
[SOLVED] Docker Swarm Fresh Install
Recommended threads
- Having issues with login via CLI
``` ~/appwrite î‚° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...