Anyone else having this issue with bolt.diy

its loading for almost half a day! im going mad.
internet connection is very much stable.
api key is correct.
i tried with deepseek coder, anthropic, gemini, gpt 4o, moonshot, qwen 2.5 coder 32b instruct, etc. but nothing seems to work. even openrouter doesnt work.

Can you switch to the stable branch and test out if it works their pls. We know that in main are performance/stability problems and we already got some fixes coming soon to main.

where and how do i switch to the stable branch? in github? in bolt.diy there is no option in settings. in github also, even if i switch to stable branch the download source code zip isnt changing. so how will it have any effect?

if you use the downloaded zip, you already on the stable branch, cause releases are always from stable.

Check in terminal which branch you are:

  • Open a terminal within the bolt.diy folder
  • run this command git status
  • if “main branch” appears
    – do this commands:
    git checkout stable
    pnpm install
    pnpm run dev

Clean your browser cache for the bolt.diy app at least, to start clean (F12/Dev-Tools => Applications => Storage => Clear site data)