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?
14 Replies
Project ID:
N/A
make sure you are making the api calls with https
If I am using https.
When I log in from the front it starts correctly but the swagger gives an error
right, make sure swagger is using making the api calls with https
Gracias
all good?
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
sounds good!
Do you know how I can put the ssl correctly in the startup command?
Locally I already have the swagger at https
you don't need to do anything with SSL you just simply need swagger make the login call with https as the scheme
Do you have any example?
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
Nice! Solved 😄
awsome!