Jiawen Geng
Jiawen Geng
@devsnek ping
@siddhsuresh
upstream PR: https://github.com/emilbayes/secure-password/pull/33
The required actual dir is `/workspace/ai/.next/server/app/(auth)/login` Maybe copied to the wrong location or lack of fallback. Also cc @timneutkens Currently you can do this to hack the runtime error ```console...
This make production login not usable on node.js 22.
for latest blitzjs ``` cp -r ./node_modules/.pnpm/[email protected]/node_modules/sodium-native/prebuilds ".next/server/app/api/rpc/[[...blitz]]" cp -r ./node_modules/.pnpm/[email protected]/node_modules/sodium-native/prebuilds ".next/server/app/(auth)/login" cp -r ./node_modules/.pnpm/[email protected]/node_modules/sodium-native/prebuilds ".next/server/app/(auth)/reset-password" ```
> [@siddhsuresh](https://github.com/siddhsuresh) [@gengjiawen](https://github.com/gengjiawen) hi, what latest blitz/next/node versions should I use for this fix to work? check this https://github.com/gengjiawen/sass-template/blob/51528385dbed444c5c40e6bca90d90048e16851e/Dockerfile#L18
@mmaietta Can you take another look ?