Troubleshooting Pages

What is the name of the domain?

https://myupholsteryworks.pages.dev/

What is the error number?

404

What is the error message?

Blank Page

What is the issue you’re encountering

Web app opens to a blank page

What steps have you taken to resolve the issue?

I’ve changed the build directory thinking not all of the app’s DLLs and executable are being published to the specified directory in the under the “Workers & Pages” settings.

What are the steps to reproduce the issue?

Just try and open the web page. It opens to a blank screen. I believe it’s returning a 404, but not sure how to test where actually executable and DLLs are being published to. Any suggestions.

How does your folder structure look like?
Is there the index.html file?

No, I don’t have an index.html file, figured I didn’t need one since it’s a Blazor project. Also, I noticed the only thing getting set to the root build output directory are the css file. I see no DLLs there. The publish command places everything in /output, not in /wwwroot… Maybe I’m missing something.

P.S.

here is all I see that get’s uploaded to the server:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.