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

running remix in dev has crypto dependency issue #10188

Open
Fawwaz-2009 opened this issue Nov 4, 2024 · 0 comments
Open

running remix in dev has crypto dependency issue #10188

Fawwaz-2009 opened this issue Nov 4, 2024 · 0 comments

Comments

@Fawwaz-2009
Copy link

Reproduction

run in dev and just refresh the page, you should see the crypto dependency error in the logs.

https://github.com/Fawwaz-2009/remix-crypto-form-issue

System Info

npx envinfo --system --npmPackages '{vite,@remix-run/*}' --binaries --browsers
Need to install the following packages:
  [email protected]
Ok to proceed? (y) y

  System:
    OS: macOS 14.5
    CPU: (10) arm64 Apple M1 Max
    Memory: 69.16 MB / 32.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.14.0 - ~/Library/pnpm/node
    Yarn: 1.22.19 - ~/Library/pnpm/yarn
    npm: 9.2.0 - ~/Library/pnpm/npm
    pnpm: 9.4.0 - ~/Library/pnpm/pnpm
    Watchman: 2024.09.09.00 - /opt/homebrew/bin/watchman
  Browsers:
    Chrome: 130.0.6723.92
    Edge: 120.0.2210.133
    Safari: 17.5
  npmPackages:
    @remix-run/dev: ^2.13.1 => 2.13.1 
    @remix-run/node: ^2.13.1 => 2.13.1 
    @remix-run/react: ^2.13.1 => 2.13.1 
    @remix-run/serve: ^2.13.1 => 2.13.1 
    vite: ^5.1.0 => 5.4.10

Used Package Manager

npm

Expected Behavior

there shouldn't be errors in the logs with fresh project, just because of adding a form and refreshing the page.

Actual Behavior

adding a form, then refreshing the page, shows errors in the logs

image

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

No branches or pull requests

1 participant