Open sleiman23 opened 1 year ago
actualy this is because you have not set JWT in .env file make sure to set that and it will work
actualy this is because you have not set JWT in .env file make sure to set that and it will work
what do you mean bro, I have the same problem
in .env file, you need to describe variable like: JWT=jkbadkkvahd that will be used as the secret key for the token you are using in login.
actualy this is because you have not set JWT in .env file make sure to set that and it will work
what do you mean bro, I have the same problem
Create an .env file, put JWT='xyz'
i am facing login problem when i click on login button it gives me 500 internal sever error. when i used postman to see what went wrong it says { "error": "data and hash arguments required" } i think the password or the user.password in line 50 of auth.js in controllers is giving this error