
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
- Google login error: {"message":"Invalid ...
hi, im trying to use google login with account.createOAuth2Session( 'google', 'profevardilla.pages.dev', 'profevardilla.pages.dev'...
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
