Run into something new, while creating a anon user session, I check that current user is null and current session is null and then when I make a anon login request it fails with a 401 and in docker logs i see the following error (screenshot attached) "[Error] Message: Creation of a session is prohibited when a session is active."
I increased the session limit in console to 20 and session length to 7 days but nothing seems to work.. Any ideas ?
createAnonymousSession fails with error 401
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...