Marcus Hansson

Results 7 comments of Marcus Hansson

Have you tried setting the ADDRESS variable as stated in the error?

Depending on your OS you could do something like ``` export ADDRESS=thisismyexternalandportforwardedIP yarn start ``` Otherwise just google "Set environment variable 'your operating system'"

> composeAndroidPackages in nixpkgs only supports x86. I don't think this is the case since https://github.com/NixOS/nixpkgs/pull/304716 anymore

Tried it with Bun 1.3.0 now and the issue still persist fyi. Would this perhaps work better when Bun gets HTTP2 support? At least for me this only happens in...

I'm getting this error for `swr` which is a dependency of Clerk. `Uncaught (in promise) SyntaxError: The requested module 'http://localhost:3000/node_modules/use-sync-external-store/shim/index.js?v=f1295605' doesn't provide an export named: 'useSyncExternalStore'` The `index.js` is for...

> > I'm getting this error for `swr` which is a dependency of Clerk. `Uncaught (in promise) SyntaxError: The requested module 'http://localhost:3000/node_modules/use-sync-external-store/shim/index.js?v=f1295605' doesn't provide an export named: 'useSyncExternalStore'` > >...

For me the issue was that in a file with `createServerOnlyFn` I had an import from a `.tsx` component. Not the component itself but merely a type. I think this...