Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetUserResponse return a null 204 error #9

Open
TeoDanilo opened this issue Mar 30, 2021 · 1 comment
Open

GetUserResponse return a null 204 error #9

TeoDanilo opened this issue Mar 30, 2021 · 1 comment

Comments

@TeoDanilo
Copy link

TeoDanilo commented Mar 30, 2021

EDIT / UPDATE

The problem is not with the .net version, is with the NetDevPack.Identity version. This issue occurs with the 1.2.0 version only. Using the 1.1.1 work perfectly even with .net5

---------------------------

Describe the bug
Trying to change the default GetFullJwt to GetUserResponse at Login action in AccountController in a .net5 project return an error 204 when try to Login or create a new Account (note that, even though return an error, the user is created at data base). Using with .net core 3.1 work just fine

To Reproduce
Just try to use with an .net5 project

Expected behavior
The response should be 200 with the user's token and infos.

@EduardoPires
Copy link
Sponsor Member

The method produces an error? Can I you show the details?

This project will be revisited for the new .NET 5 very soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants