ryanmurakami/pizza-luvrs

Not able to log in in the application once in EC2

Closed this issue · 0 comments

I am trying to log in into application after I download it to EC2 but it does not work. I created a user + a password but when trying to login I got:

{"statusCode":401,"error":"Unauthorized"}

When trying to add it (which show me it is present), I got:

{"statusCode":409,"error":"Conflict","message":"Username already exists"}

I tried to create a new user without password but when login I got:

{"statusCode":400,"error":"Bad Request","message":"ValidationError: child "password" fails because ["password" is not allowed to be empty]"}

Not sure what to do..... It was not working on my desktop either but saw issue due to wrong versions and do not want to deal with it on my desktop.

What should I do to be able to run it on EC2