Javi Aguilar

Results 70 comments of Javi Aguilar

This still happens even after enabling `future.unstable_optimizeDeps: true,` in `react-router.config.ts`. I am using React Router 7.8.0 and Vite 7.1.1 + React 19.1.1 It always happens when Vite detects that optimized...

are you also using `unstable_optimizeDeps: true` on `react-router.config.ts` ? @parsagholipour

> I am also facing this issue. I was initially getting errors regarding `NextRouter not mounted` and tried to narrow down the root cause and eventually came across this issue....

> I'm trying to upgrade `next` to fix several security vulnerabilities and have come across this issue. We use `NODE_ENV=development` for our development environments. The fix shouldn't just be to...

I found them in this other project https://github.com/bamq/pokemon-sprites. Would be nice to have them finally here.

This also happens when you don't send the "email" form field. In my case I forgot to add the `name="email"` property. The error code is not very useful... https://github.com/nextauthjs/next-auth/blob/0e6c51adecc54d3102ef3cda57f909400bc99c29/packages/next-auth/src/core/routes/signin.ts#L38 Because...

> I have done some extra research on this issue. It has an effect when you are running your app in Fluid Compute. If you run without Fluid Compute, it...

@brophdawg11 after some debugging, this is what the initial loadContext provided by vercel looks like: ```js { waitUntil: [Function: bound ], cache: { delete: [Function: bound ] AsyncFunction, get: [Function:...

isn't there a way to allow certain ones only? for example 'isbot' doesnt work in react-router, when I try to install a new dependency.

that's the wrong URL. With custom ports you should prepend `ssh://`, like `ssh://[email protected]:2202/path/to/repo.git`. But coolify has a bug in that field, so you need to add 3 slashes: `ssh:///[email protected]:2202/path/to/repo.git`. Even...