New Appwrite Instance (Same Domain) on OpenLiteSpeed Giving Error When Doing Anything
- 0
- Self Hosted
I transferred my server from DigitalOcean to Hetzner (same domain) and finally got the virtual hosts configured right, but now I get an error that I need to register the new client on that domain and it won't let me do anything. Checking the network requests, I see a 403 error when trying to invite someone to my organization, add a new web client, or anything other than just basic interactions. Data loads fine.
To transfer it I used Appwrite CLI, logged in, and setup the collections for each one then downloaded the entire appwrite folder on my other server and just docker composed it up in the other server.
I've checked every log I can see, and tried restoring/backing up in the other way linked by Safwan, but I can't figure out what's going on here.
As a side note, I'd love more tutorials related to OpenLiteSpeed, like setting up a websocket server with it, as apparently it's supposed to be faster than Nginx, which is why I switched there in the first place.
@safwan made this post
❤️ if you want access to my server you can use my login
Hey @ZachHandley, I don't mind testing from within your console, but only if you're willing to give me access. I've already raised the issue to our team, and should receive some response soon enough hopefully
If you do plan on giving me the login details, make ssure to do so in DMs please!
Anyone know what could be going on here? I can reinstall if I need to
Recommended threads
- endpoint variable
Appwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p...
- How can I get the Google Avatar of the u...
How can I get the Google Avatar of the user that signed in with Google?
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...