Why is my static web app not receiving cookies when hosted on Azure?
I am a Dotnet developer student, and have been working on fullstack hobby project over the summer. The frontend is a Blazor Webassembly Standalone, and to access the backend I have ASP.NET CORE application using .NET8. For authentication I am using Identity with cookie authentication.