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

Trying to use an example but it doesn't work #114

Open
t1fra opened this issue Apr 17, 2024 · 1 comment
Open

Trying to use an example but it doesn't work #114

t1fra opened this issue Apr 17, 2024 · 1 comment

Comments

@t1fra
Copy link

t1fra commented Apr 17, 2024

Hi,
thanks for creating this solution. I would love to try it out but im having issue(s).

I've create a asp.net core 8 mvc sample project with authentication for individual accounts

  • When running the standard Microsoft project sample I do see a register/login button.

Afterwards I followed your quickstart instructions to get a sample, had to add --force to overwrite existing files.

dotnet new --install ElCamino.AspNetCore.Identity.AzureTable.Templates
dotnet new mvc-id-azure-tables --force 

When running the WebApp now, the buttons to register/login are gone. I've placed a breakpoint in _LoginPartial.cshtml to see if this view is rendered. The break point is not reached.

I also created a asp.net core 8 mvc project without any authentication, -- force not required as no files exist for identity. Same result, break point in _LoginPartial.cshtml is not reached and no register/login buttons are visible.

Could you please advise what I'm missing?

@t1fra
Copy link
Author

t1fra commented Apr 17, 2024

No idea what went wrong, trying it again on a new project was working :-)

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

1 participant