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
- Site Domain
Hi guys, my root domain verification keep fail since yesterdat. But I already add dns record in Cloudflare.
- Appwrite + Cloudflare domain
So i have a domain with cloudflare, however i'm only given a new NS to change the domain to. im not 100% sure how i would do this and dthe docs aren't really ta...
- How to model user data and relationships...
I wonder how to model something like this: A user can create any amount of events. Each event belongs to one user. What I have done so far: Created a new tabl...