I set up api using AppExpress in nodeJS in appwrite function, I am able hit the api and get data using postman, but when hitting the same API using fetch API in browser I am getting this error: GET https://66700e5aef9b29ddc13f.appwrite.global/ net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH.
Could this be related to CORS error since I am hitting API from a different URL that on which the function is hosted and is somethig else wrong here?
Recommended threads
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...