Rank 4: Virtual Machine
You can have some free domain here : https://www.freenom.com/
But I suggest you to reserve a $10/y domain on gandi or whatever
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 4: Virtual Machine
You can have some free domain here : https://www.freenom.com/
But I suggest you to reserve a $10/y domain on gandi or whatever
Admin
But that requires a custom DNS server? So other people won't be able to access unless they use the custom DNS server, right?
Rank 4: Virtual Machine
Yeah true
Rank 4: Virtual Machine
It's works with subdomain for us : http://dev.xx.yy
Admin
I meant Appwrite's main domain. It can be a subdomain, but the domain configured in the environment variables is Appwrite's main domain. Then there are custom domains for each project
Rank 1: Thread
the main point is we need new domain name for each project. right?
Rank 4: Virtual Machine
Depends of your implementation
Rank 4: Virtual Machine
As I see, it's works. You just need to add "S" to http on this config
http://139-59-64-251.nip.io/ => https://139-59-64-251.nip.io/
Rank 1: Thread
you have to buy a valid domain from any provider to use https://139-59-64-251.nip.io/ domain.
Rank 1: Thread
now I can use http://139-59-64-251.nip.io/ in my local server, if I put the project into the production I have to use this domain https://139-59-64-251.nip.io/ which I have to buy from a provider.
Rank 4: Virtual Machine
After that you'll have CORS errors 
Rank 1: Thread
Yehh
Rank 4: Virtual Machine
Here is the simplest solution
Admin
not really...
Admin
you don't need one. a domain for app is only required if you run into 3rd party cookie problems
Admin
are you talking about the ssl certificate?
Rank 1: Thread
yes
Admin
so Appwrite might be able to get an SSL certificate for you.
Admin
did you finish step 3 and 4?
Rank 1: Thread
No
Rank 1: Thread
I just confused, what I need to do
Rank 1: Thread
Rank 1: Thread
Admin
SSL != Domain. they are separate things and should be worked on separately. You need to get a domain. you can try using 139-59-64-251.nip.io.
Admin
step 2 is done already because 139-59-64-251.nip.io already points to your server. now, you're on step 3