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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...