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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...