WWWillems
WWWillems
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
Yes true, although it is strange the build (or one of the deps) gets fried depending on which package manager you use no? Ive always been able to just swap between the two.
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
Ran into this again 🤦🏽‍♂️ luckily was able to resolve it quickly because of this thread, but would be nice to get a warning when you're mixing yarn/npm and breaking the prod build.
34 replies
WWasp
Created by Nuno on 2/6/2025 in #🙋questions
OpenSaaS serverside actions/queries problem
Awesome, thanks for the quick fix!
19 replies
WWasp
Created by Nuno on 2/6/2025 in #🙋questions
OpenSaaS serverside actions/queries problem
Yep perfect 👌
19 replies
WWasp
Created by Nuno on 2/6/2025 in #🙋questions
OpenSaaS serverside actions/queries problem
@Filip I run into this issue all the time using Wasp, as it's so Wasp specific (having to include the js extension while it's a ts file 🥺). Can't wait for the fix ❤️
19 replies
WWasp
Created by WWWillems on 2/1/2025 in #🙋questions
Issue migrating to Wasp TypeScript config
Using the --force or --legacy-peer-deps flags don't help as the wasp command doesn't recognize them. My project is using dnd-kit & a lot of shadcn components which rely on radix, both dnd-kit and radix have a dependency on React 19. I've managed to workaround these dependencies by adding this config to my package.json:
"resolutions": {
"@radix-ui/react-dismissable-layer": "^1.0.5",
"@radix-ui/react-focus-scope": "^1.0.4"
},
"overrides": {
"@dnd-kit/core": {
"react": "$react"
}
}
"resolutions": {
"@radix-ui/react-dismissable-layer": "^1.0.5",
"@radix-ui/react-focus-scope": "^1.0.4"
},
"overrides": {
"@dnd-kit/core": {
"react": "$react"
}
}
Any ideas/suggestions?
7 replies
WWasp
Created by WWWillems on 12/15/2024 in #🙋questions
Error after upgrading to Wasp 0.15.0
Hey @miho, sorry for late answer, only found some time to work on project just now. I have been able to resole the error myself: The server/types.ts had a remaining Context type from the OG boilerplate Wasp set up:
export type Context = {
user: User;
entities: {
User: Prisma.UserDelegate<{}>;
};
};
export type Context = {
user: User;
entities: {
User: Prisma.UserDelegate<{}>;
};
};
It was used by the checkAndQueueEmails job defined in main.wasp. Removing it and properly typing the checkAndQueueEmails job action fixed the issue!
9 replies
WWasp
Created by WWWillems on 12/15/2024 in #🙋questions
Error after upgrading to Wasp 0.15.0
I have a few usages of Prisma.validator in my project, could this be related?
9 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
yes probably, I'm developing a lot of projects in parallel, some use npm, some use yarn so I must've made a mistake. 😓
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
thanks!
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
lol ok that seemed to fix the issue 😬 sorry for not thinking about this earlier 🤦🏽‍♂️
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
Thanks! Still validating the idea so both code & graphics arent ready yet though.
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
Hmz not yet, will try in a bit.
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
Any luck?
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
Sure np, thanks in advance for the effort!
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
not sure if you need to actually run the project, but there's quite some .env vars to run it as well
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
dont forget to run dev seed when setting up 😉
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
sent you an invite on github
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
0.14.0
34 replies
WWasp
Created by WWWillems on 8/16/2024 in #🙋questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
I’m building a SaaS app for teams to manage their AI prompts. Will share it soon! 😉
34 replies