R
Railway•9mo ago
Hyre

Issue to login error in the api but locally it starts fine, it was deployed fine but it is not redi

Something missing to configure?
No description
No description
14 Replies
Percy
Percy•9mo ago
Project ID: N/A
Brody
Brody•9mo ago
make sure you are making the api calls with https
Hyre
Hyre•9mo ago
If I am using https. When I log in from the front it starts correctly but the swagger gives an error
Brody
Brody•9mo ago
right, make sure swagger is using making the api calls with https
Hyre
Hyre•9mo ago
Gracias
Brody
Brody•9mo ago
all good?
Hyre
Hyre•9mo ago
Thanks, I'm going to see how to set my swagger to use https for login, since that could be it, locally it uses http
Brody
Brody•9mo ago
sounds good!
Hyre
Hyre•9mo ago
Do you know how I can put the ssl correctly in the startup command? Locally I already have the swagger at https
Brody
Brody•9mo ago
you don't need to do anything with SSL you just simply need swagger make the login call with https as the scheme
Hyre
Hyre•9mo ago
Do you have any example?
Brody
Brody•9mo ago
I'm sorry I don't use swagger myself, you would want to check their documentation in order to figure out how to get swagger to make its api calls with https
Hyre
Hyre•9mo ago
Nice! Solved 😄
Brody
Brody•9mo ago
awsome!