I am trying to deploy a new version to sites but my deployment is not working. I have run the build locally and tested as well.
Need immediate help since it is critical. I tried manually deploying as well with no success.
Project details:
- React + Typescript
- Node 22 3, Bun package manager
Try replacing bun with npm
I will try and let you know asap
No success
I tried with npm and pnpm as well
Looks like an issue from appwrite's end
Oh ok. Which region are you using?
FRA
Can you share the logs?
And share your site link too
I am in talks with appwrite support. I got confirmation that they are working on the issue
Sure
This is the logs
That's great
I have rolled back to previous version
Active site: https://lossguard.morganclark.co.uk/
Latest deployment https://69283480e1d72a90667d.appwrite.network/
console says 404
Upon clicking any of these two you are getting error?
But on my end your site is working. It shows the signup page. But yes, in Network tab, there are two errors related to account & sessions
Here's the error: {
"message": "User (role: guests) missing scopes ([\"account\"])",
"code": 401,
"type": "general_unauthorized_scope",
"version": "1.8.0"
}
The active site is the previous one which I have made live
The latest deployment is not working
The console says 404 page not found
This is expected from my end. No issues with this for now
The active site url is the previous deployment which I have made active so that the application functions are still accessible
Recommended threads
- Appwrite Pro Cloud Subscription Cancella...
Hello, due to recent announcements, I want to cancel my subscription with Appwrite Cloud. However, I have deleted any organization and can now don't see any bil...
- Migration is bugged
I cannot migrate from version 1.6.1, 1.7.0 and 1.8.1 to cloud.
- Sites: Auto deploy on wrong github repos...
Hello, I have kinda with UAT(testing env) and prod env. When i pull request from dev -> uat, which stands as pre-prod environment to fully test all functionalit...