Ashish Khanal

Results 7 issues of Ashish Khanal

I'm struggling to make email work while working with embedded resource for `_Layout.cshtml` in `FluentEmail`. This is the exception error I'm getting: `Project can not find template with key _Layout.cshtml.`...

**Issue description** --- I just added Identity to my existing Blazor Server project using Identity Scaffolding. I followed this Microsoft learn guide [here](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-6.0&tabs=visual-studio#scaffold-identity-into-a-blazor-server-project). However, since Identity uses Razor pages instead...

investigate
area-blazor

Please update this to .NET 8. Use Blazor Web App in the frontend and Minimal APIs in the backend. Thank you!

![image](https://github.com/davidfowl/TodoApi/assets/30603497/7561c4f2-89ba-424d-b4a5-0407d0d315f4)

It shows this error: ![image](https://github.com/davidfowl/TodoApi/assets/30603497/a11a8443-c708-4e48-893f-f41e63576c40) Setup multiple startup projects by right clicking on the solution and selecting Properties. Select `TodoApi` and `Todo.Web.Server` as startup projects. On Microsoft Visual Studio Professional...

Can we please have an example for this scenario where tokens work across servers? Like in a Microservices architecture: