Npm Start on Ollama brings up local host 404 page

I’m on the scrim ‘Download and Run AI Models on Your Computer with Ollama’

I followed the first steps, download Ollama, run in terminal, download zip of scrim, create a folder for it, do npm install, then npm start - it spits out a local host where there is supposed to be something hosted - when i do theres nothing there. Whats going on?

Hey @RshnMng, could be bunch of things so we can try and narrow it down. I recommend you open up the 404 page, right click inspect and look in the network tab. Look for red entries (status 404) and see what file or route is missing, or whatever else is causing the 404.

Was there ever a solution to this question? I have the same issue running this scrim out of the box after doing the same steps as RshnMng. seems like it’s completely missing an index.html file when i downloaded it, but not sure if that is the issue…

Hey @johnjohn, were you able to get it working by manually adding in an index.html file? Not sure why it missed that, but that definitely is something that can cause this problem.