SSL ERROR WHEN I'M DEPLOYING TO VERCEL
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
[Error: C0BA6BFF01000000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:355: [0] ] { [0] library: 'SSL routines', [0] reason: 'wrong version number', [0] code: 'ERR_SSL_WRONG_VERSION_NUMBER' [0] }
I'm getting this error when I deploy to Vercel in production in my app. In dev in my localhost:3000, it works fine. I think this has something to do with http vs https Please if anyone has any help to offer please help I've been stuck for literally days trying to fix this. Thank you so much in advance
I'm getting this error when I deploy to Vercel in production in my app. In dev in my localhost:3000, it works fine. I think this has something to do with http vs https Please if anyone has any help to offer please help I've been stuck for literally days trying to fix this. Thank you so much in advance
1 Reply
Cape lionOP
Here is the code by the way