Hello guys, I'm relatively new to web dev and I don't know much about it. I have installed Appwrite on my VPS and follow the docs to setup SSL. It works, whenever I go to "example.com" it redirects me from http to https "https://example.com". But when I enter my VPS ip address or when I enter "www.example.com". It didn't redirect to https.
I tried to block the port 80 in firewall, then nothing works. I would like to disable unsecured routes but I don't know how, I'll be appreciated if someone could help me with it.
This is how I configure DNS records:
Recommended threads
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- problem with some tables (cant read rows...
I have a weird problem with some tables - they wont show the rows (in console it is stuck loading). I checked in mariadb directly and the collection can be read...