User login created by api remains blank

rafavlack2 years ago

Greetings, I appreciate the help in advance, the situation is that after creating a user through the api when accessing the web, after login the application remains blank and does not load. I appreciate any help.

Anton Tananaev2 years ago

What if you create a login via the web app? It uses the same API, so you can just check the requests and compare with what you're sending.

rafavlack2 years ago

Hello, if I create a user through the web application, I access it without problems, but not through the api, even though I pass the same parameters in both cases.

Anton Tananaev2 years ago

Well, the web app uses exactly the same API, so clearly there is some difference.