I have created a droplet in digital ocean and i have deployed my react app in digital ocean. When i try accessing from my laptop its working but when i try the website from other devices, its showing the error as Invalid authority. Did i miss any step during deployment or do i need to change any environment variables?
Hi , To check you didn't miss anything - https://www.youtube.com/watch?v=RlXZWzUWtkE
Yeah I too followed this video
Hmm, can you share a screenshot of your error? its hard to debug without seeing the code or error
Everything works fine on my computer. But when i try to access the site from other systems, it shows this error
I have an issue with appwrite in DO too, it's certbot, doesn't create certificate, it's too strange, I try with a WP instalation that install let's encript, and issue with apache, I don't know, but it complex problem, may be DO or same configurations, but it's not only in appwrite, in apache with WP same problem, cant get certificate. You need to install https for api requests to avoid errors. Make all thing: env production, domain, secure mail, var change to point the domain, etc... But my problem is not isolate to appwrite, with WP same problem. May be too many request to certbot, I will try later, but I couldn't find the error
Your problem is your server only has a self signed certificate and not a valid certificate so you need to accept the self signed certificate by browsing to the appwrite console before using your app
Best to create a separate post
Sorry, I don't understand this, could you explain more, no get that point, self signed?, browsing appwrite? please could you explain, I getting mad trying to get the certificate, I know is host problem, but it's getting so painfull
Your problem is different than the original posters problem so it would be best to discuss your problem in a separate post
ok, open new issue
Thank you now I understood the problem .Now What should I change in appwrite console? And is self signed certificate okay for security?
no it's not okay. you need to get a domain
I need to get a domain with valid ssl for appwrite, right?
You need a domain. Appwrite can generate the SSL certificate for you
Ok thank you
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- 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 ...