Welcome to the forums! Thanks for asking. Are you still experiencing this issue? Your site can load on my end, but there is no content on the pages if that’s what you are referring to?
Hmm, okay. Is this working locally? This is likely an issue with your code. We don’t debug code as it is outside the scope of support. I will leave the thread open so someone else can take a look. (:
A white screen in a Svelte app can be caused by a variety of issues. Some common causes include:
Syntax errors in your code: Make sure your code is free of syntax errors by running it through a linter or checking it manually.
Missing dependencies: Make sure you have all the necessary dependencies installed and imported in your code.
Incorrect component structure: Make sure your component structure is set up correctly and that you are rendering the correct component.
It’s hard to say what could be the exact issue without more information on your code and project setup. I would recommend checking the browser’s developer console for error messages and troubleshoot based on those.
Welcome to the forums! I appreciate you providing that insightful. This will help a lot of people who come back to this thread and encounter a similar problem.
There are several issues and the console even shows all of those. For future reference, you should look up those issues on Google, so you can get faster help with those.
For starters, you’re referencing a JS file as CSS file:
Hi @aa98-45556443355666 Thanks for coming back. I see your site page is still blank. When I inspect this is what I see:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
Perhaps you can share your repo and someone can help with your code.