I have failed to reactivate one my projects which had been paused
I tried to logout and log in again but still says invalid console fingerprint
I have just tried it again in incognito and it still failed
this is the error that stands out in the console platforms:1 Access to fetch at 'https://fra.cloud.appwrite.io/v1/project/usage?startDate=2026-02-04T00%3A00%3A00.000Z&endDate=2026-03-07T00%3A00%3A00.000Z&period=1d' from origin 'https://cloud.appwrite.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. then when i click the button to resume `pausedProjectModal.svelte:35
PATCH https://cloud.appwrite.io/v1/projects/66c07fe…/status 401 (Unauthorized)
l @ pausedProjectModal.svelte:35
await in l
N.ue.$$events.click @ button.svelte:114
`
I forgot to mention. that i have been using this project. Just today earlier i logged in and iused the app for a while then updated packages, the project got paused
Plus, this is my initiation
My appwrite Version "appwrite": "^23.0.0",. I had updated so that i can use the realtime queries 😃😃
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...