Can't run Blazor wasm startproject #49649
Unanswered
VervaekeSofie
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Looks like a NotFound problem. Check the For example, if you're hosting the wasm app behind a gateway, you need to change |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new with blazor wasm.
I created a project with Visual Studio Community and build it.
Then I want to Run it, but that went wrong. I tried it with Google chrome and Edge, the same error is generated.
The error is: Error: Failed to start platform. Reason: TypeError: Failed to fetch
at At (https://localhost:7292/_framework/blazor.webassembly.js:1:59617) {stack: 'Error: Failed to start platform. Reason: Type…292/_framework/blazor.webassembly.js:1:59617)', message: 'Failed to start platform. Reason: TypeError: Failed to fetch'}
I tried it also with Visual Code and the same happend. I work with Windows 11. Is there something not installed?
If I make a Blazor Server app, I can run it.
Beta Was this translation helpful? Give feedback.
All reactions