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
- SSL Certificate Issuance Failed
When we first deployed our site using appwrite and a custom domain everything was working, but it seems like the SSL certificate never got renewed. I tried dele...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...
- Site hosting and domain name issue
I'm hosting my site using appwrite domains, I want to have https://www.mysite.com and https://mysite.com to point to the same Site. But each time I try to add "...