You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created Project using Visual Studio Code
Create command: 'dotnet new react'
Run command: dotnet run
TargetFramework: net6.0
Nove Version: v22.11.0
npm version: 10.9.0
Error: Microsoft.AspNetCore.SpaProxy.SpaProxyMiddleware[0]
SPA proxy is not ready. Returning temporary landing page.
There was an error exporting the HTTPS developer certificate to a file. Please create the target directory before exporting. Choose permissions carefully when creating it.
The text was updated successfully, but these errors were encountered:
I was able to reproduce this issue using the given versions and I manually generated my own https certificate and it also seemed to work. I can try and take a poke around as to why it's not automatically generated, but before I do that I wanted to say that .NET 6.0's support ended on November 12th, 2024. I assume that's after this issue was created, but I thought that would be important to note. That being said, I reran my project with .NET 8.0 and it seems to handle certificate generation automatically and correctly. Before I take a look around, is upgrading your .NET version something that you can consider? Thanks!
Just created project and executing test run.
Created Project using Visual Studio Code
Create command: 'dotnet new react'
Run command: dotnet run
TargetFramework: net6.0
Nove Version: v22.11.0
npm version: 10.9.0
Error: Microsoft.AspNetCore.SpaProxy.SpaProxyMiddleware[0]
SPA proxy is not ready. Returning temporary landing page.
[email protected] prestart
There was an error exporting the HTTPS developer certificate to a file. Please create the target directory before exporting. Choose permissions carefully when creating it.
The text was updated successfully, but these errors were encountered: