0

Blazor app builds without errors. When I publish it to azure static web app or to github pages I get the same not found errors. Any thoughts how you would approach this problem ? All files except these load with 200 code:

KernelTraceControl.dll          404    fetch    blazor.webassembly.js:1
KernelTraceControl.Win61.dll    404    fetch    blazor.webassembly.js:1
msdia140.dll                    404    fetch    blazor.webassembly.js:1
Max
  • 39
  • 1
  • 3
  • **DO NOT post images of code, data, error messages, etc.** - copy or type the text into the question. [ask] – Rob Mar 06 '21 at 12:24
  • You are required to post a [mcve] here, **within your question** – Rob Mar 06 '21 at 12:25
  • @Rob, how would you produce a minimal reproducible example in this situation, assuming you can't share all your code and sharing parts of code won't do any good, because it won't be enough to reproduce the issue ? – Max Mar 06 '21 at 13:18

1 Answers1

0

Making a new Blazor project and copying all the files from the old one solved the issue and I was able to publish to azure static web apps. The project file is exactly the same with the same target framework net5.0 and references.

Max
  • 39
  • 1
  • 3