SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

401 on http://localhost:3000/mashlib.js #214

Open michielbdejong opened 4 days ago

michielbdejong commented 4 days ago

I'm trying the following:

git clone https://github.com/solidos/solidos
cd solidos
git checkout devcontainer

Expected: see Solid OS Actual: see a blank page, and in the browser dev tools, a 401 response for http://localhost:3000/mashlib.js

I don't think this is related to the use of the dev container.

michielbdejong commented 4 days ago

npx lerna bootstrap --force-local doesn't seem to fix it.