Error on fresh install of Bolt.diy. (localStorage.getItem is not a function)

Hello,
I was able to get Bolt.diy to run last week following this tutorial. However, since attempting to get the local ai stack up and running, unsuccessfully, I am now seeing this error when I try to run Bolt.diy from a fresh install:
localStorage.getItem is not a function
at eval (C:/PortableApps/Documents/Projects/bolt.diy/app/lib/stores/supabase.ts:15:76)
at instantiateModule (file:///C:/PortableApps/Documents/Projects/bolt.diy/node_modules/.pnpm/vite@5.4.15_@types+node@22.13.14_sass-embedded@1.86.0/node_modules/vite/dist/node/chunks/dep-CevzF2vT.js:52974:5
Click outside, press Esc key, or fix the code to dismiss.
You can also disable this overlay by setting server.hmr.overlay to false in vite.config.ts.

Any tips on how to resolve this error?

Can you please try the main branch to test i have made a fix for it

1 Like

It seems to be working now!

1 Like