I've been trying to access my bucket to change the permissions and upload my files but always it return the error 500. Is anyone else facing the same issue?
Are you trying to access from appwrite dashboard Have you tried login again ?
yes, I'm using desktop console and I tried to logout and login again and the problem persist
Is this Appwrite cloud or self-hosted?
appwrite cloud
What's your project ID?
6587476cf178a5fafeec
Are you still having the problem?
yes, Iam
Can you try deleting the browser cache for the appwrite cloud page?
I already did that
Okay. The team will take a look again. It's weird 👀
thanks
any updates?
how many projects do you have?
I have 6 projects
is project 656f123c1dd3ad8b3819 working okay?
was it ever working okay?
I was looking for that project and its seems like its not mine
my bad, its really my project and its not working
ok ya...you have a malformed project causing problems with your usage. we'll have to delete the malformed project
no problem sir
Sorry for bothering sir @Steven , but my problem is still not solved. The project is still there. Please I need this working, please
If it's 100% urgent, the fastest solution is creating another appwrite account and migrating the project
Is your problem resolved now?
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...