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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...