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
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...