[WASM] Strange HTTP requests failing with 404 (NotFound) #20679
DierkDroth
started this conversation in
General
Replies: 2 comments 6 replies
-
Thanks for the report. We're not reproducing this issue, you can troubleshoot by determining where the request originated from the code by looking at the link on the right of the list in the network tab. Otherwise, a repro will help. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@jeromelaban you actually could see the issue right on There even is an additional one on web.config (2nd screenshot) |
Beta Was this translation helpful? Give feedback.
4 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.
-
I'm taking a closer look at the HTTP requests made on startup. There are 3 requests which constantly fail with 404 (NotFound):
uno-config.js
(1st screenshot). Later on there appears to be a request foruno-config.js
in the correct path.I tested different
WasmShellWebAppBasePath
settings (e.g./app/wasm/Latest/wwwroot/
or just blank), but those 404 appear on every setup.How could those failed 404 requests be avoided?
Beta Was this translation helpful? Give feedback.
All reactions