Running deadOS without local-Host only local path:out/index.html #453
Replies: 2 comments 3 replies
-
It should work but it depends if you are serving the file in a way where it knows the relative location of supporting documents. Look at the DevTools Network/Console to see what the issue is. Probably something isn't loading. The root folder needs to be where everything is but if you open the index.html file from |
Beta Was this translation helpful? Give feedback.
-
Hey Dustin There are some scripts that want to use importScripts but since this is going to be a local only project how could I get them to import correctly? <script src="./_next/static/chunks/Stable Diffusion.308a3d825ac1af8f.js" defer=""></script> Side note when you run the index.html with the chunks needed it will load the site forever like a (do)loop. Endlessly. |
Beta Was this translation helpful? Give feedback.
-
Hey Dustin I have completed 99% of this integration but when I run yarn build I get my out folder and I run index.html server-less no local host I get a blank screen. Have you tried to run the out folder index.html only? This is my last step to my project so hoping you may have some insight to making it run without a local host. My apps I have made do not require any internet connection so this is offline. Thank you.!
Beta Was this translation helpful? Give feedback.
All reactions