Rank 1: Thread
I own two VPS. On both I have the same system (Ubuntu) installed in the same version. I have installed Appwrite on both of them.
I connect to the first one without any problem through the SDK for JavaScript.
For the second one (Oracle Free Tier) I get a 401 (Unauthorized) error message. From the firewall in the Oracle management panel I have ports 80 and 443 added.
I am guessing that something might be wrong with the configuration of Oracle VPS (Oracle Free Tier).
Additionally:
- Both have a domain with a working certificate. I have access to the Appwrite admin panel
- I have two projects on the Oracle VPS: The first is a clean new project, the second is a migrated project from first VPS (both projects with a 401 error)