I am getting this error. AppwriteException [Error]: self-signed certificate
I have a web app createrd for it with the domain pointed to it. The domain is https://test.tidymaidsoffrisco.com/ that is having the issue. https://tidymaidsoffrisco.com/ with the same code just different envs for a different appwrite database works just fine.
Where do you get this error?
Vscode console
After what ?
I mean what did you ran that cause this?
the moment I load onto a page that is requesting appwrite data
Can you point me to where you got this error? I didn't got it in both links
I see the problem I am saying is because It was on localhost
when not on localhost I get error 500
bump
What are the docker logs for the appwrite container for this error?
what container should I look at?
appwrite
I got it solved it was just me being an idiot! Thank you
What was the problem?
I was using the number ip which was working fine until I wanted to login which is said it needed to be https. When i made it https it would just break. I switched it to appwrite.tidymaidsoffrisco.com as the api end point and it worked fine
Recommended threads
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...
- Middleware
how to make middleware in nextjs appwrite with client side auth?