Im am having an issue when deploying my angular project and asp.net core with identity to Azure. The issue is that in order for identity to work both the asp.net core project and the angular project need to be in the same folder. But when I publish them in the same folder it returns a 404 when calling the methods in the API.
So does anyone know what the structure in the folder should look like in the wwwroot folder for identity to work properly?
See the image on my current structure. Image