-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't send message on cloned repo #86
Comments
👋 I've ran into this as well locally, and during testing had to use Chrome canary to test bolt. The root cause is vitejs/vite#18156, caused by a regression in chrome 129. It was fixed in chrome 130, but that's only in canary at the minute and the fix hasn't been backported. Can you confirm you're on chrome 129 in I'll see if we can commit a workaround on monday |
@samdenty Another issue, the progress of each step is not shown till after all steps are completed |
Chrome version - 129.0.6668.90 (Official Build) (arm64) Yes, it's a browser issue. I also tried it in Brave - version 1.70.123 Chromium: 129.0.6668.89, Official Build, arm64, and encountered the same problem. However, it worked in Arc, even though the Chromium version is the same as in Chrome - 129.0.6668.90. |
Yep. Browser problem. It works well with firefox. |
in #157 i added a screen showing the an error message instead of the app just not working. I'll close this issue, but i've linked to this issue on that screen |
Please use Chrome Canary for testing. Note: This only impacts local development. |
i had this issue but upgrading my chrome to 130.. fixed it |
Describe the bug
I followed the steps from contributions.md
However, for some reason even when I press enter, nothing happens. I tried adding console.log statements in the code, but they aren't working either.
Link to the Bolt URL that caused the error
Steps to reproduce
Expected behavior
App should start creating project.
Screen Recording / Screenshot
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: