I've been a professional C, Perl, PHP and Python developer.
I'm an ex-sysadmin from the late 20th century.
These days I do more Javascript and CSS and whatnot, and promote UX and accessibility.
What error? The one in the post cover image?
It's difficult to read, but... if that's your real phone number I'd remove it fast!
I don't think anyone can help you unless you give more information pertinent to the problem - what is this written in? What's it supposed to do, etc.?
It could be lots of things. If you're running node as a back-end, for example, you'll see SSL_PROTOCOL_ERROR if you're running some newer packages. Node is dependency hell. Try adding NODE_OPTIONS=--openssl-legacy-provider before your script entry for example.
yaa that one in cover image . when iam clicking the signup button the console reports this error.
i will share my git repo for more detail github.com/Muhammed-Fuhad/react_ch...
I've been a professional C, Perl, PHP and Python developer.
I'm an ex-sysadmin from the late 20th century.
These days I do more Javascript and CSS and whatnot, and promote UX and accessibility.
Hi Muhammad,
Just checked your repo from my phone so could not try it myself but my guess is that in the client side in the auth.jsx component you are sending a request to a https URL... Try sending just to localhost or setup a proxy (example -> twilio.com/blog/react-app-with-nod...)...
Top comments (5)
What error? The one in the post cover image?
It's difficult to read, but... if that's your real phone number I'd remove it fast!
I don't think anyone can help you unless you give more information pertinent to the problem - what is this written in? What's it supposed to do, etc.?
It could be lots of things. If you're running node as a back-end, for example, you'll see SSL_PROTOCOL_ERROR if you're running some newer packages. Node is dependency hell. Try adding
NODE_OPTIONS=--openssl-legacy-provider
before your script entry for example.yaa that one in cover image . when iam clicking the signup button the console reports this error.
i will share my git repo for more detail
github.com/Muhammed-Fuhad/react_ch...
can u help me to solve it ?
I suspect if you edit your package.json and change what you have in
script
from this:to this:
it might fix it. Give it a go :)
Hi Muhammad,
Just checked your repo from my phone so could not try it myself but my guess is that in the client side in the auth.jsx component you are sending a request to a https URL... Try sending just to localhost or setup a proxy (example -> twilio.com/blog/react-app-with-nod...)...
Hope that helped!
thankyou bro its worked