Skip to content
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

Closed
nalaso opened this issue Oct 6, 2024 · 8 comments
Closed

Can't send message on cloned repo #86

nalaso opened this issue Oct 6, 2024 · 8 comments
Labels

Comments

@nalaso
Copy link

nalaso commented Oct 6, 2024

Describe the bug

I followed the steps from contributions.md

  1. pnpm install
  2. Added the environment variables.
  3. pnpm run dev.

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

  1. pnpm install
  2. Added the environment variables.
  3. pnpm run dev.

Expected behavior

App should start creating project.

Screen Recording / Screenshot

image image

Platform

  • OS: [macOS]
  • Browser: [Chrome]
  • Version: [latest]

Additional context

No response

@samdenty
Copy link
Member

samdenty commented Oct 6, 2024

👋 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 chrome://version?

I'll see if we can commit a workaround on monday

@VersaceXcodes
Copy link

👋 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 chrome://version?

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

@nalaso
Copy link
Author

nalaso commented Oct 7, 2024

chrome://version

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.

@LIdro
Copy link

LIdro commented Oct 7, 2024

Yep. Browser problem. It works well with firefox.

@samdenty samdenty changed the title Cloned repo is not working Can't send message on cloned repo Oct 7, 2024
@samdenty
Copy link
Member

samdenty commented Oct 7, 2024

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

@samdenty samdenty closed this as completed Oct 7, 2024
@Analyst1981
Copy link

Please use Chrome Canary for testing.
Chrome 129 has an issue with JavaScript modules & Vite local development, see for more information.

Note: This only impacts local development. pnpm run build and pnpm run start will work fine in this browser.

@saurav-shakya
Copy link

image
this is prolem show, plz provide solution.

@khalidmaquilang
Copy link

i had this issue but upgrading my chrome to 130.. fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants