react-job-portal
react-job-portal copied to clipboard
Unable to start up
I have run the backend in 127.0.0.1:8000
And when I tried to run the react frontend with
npm start
Show this error

I tried to find the problem on google but still not luck, any hints?
Forgot to mention, my OS Ubuntu 20.04
I found the problem, the initial starting, jwtToken contains an invalid JWT token value, jwt_decode just throw an Error.
Adjusting code in AuthContext.tsx will fix the problem
Thanks for the report. I will check and update.