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
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...