WWWillems
WWWillems
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. 😓
30 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!
30 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 🤦🏽‍♂️
30 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.
30 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.
30 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?
30 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!
30 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
30 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 😉
30 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
30 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
30 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! 😉
30 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, already stumbled on that thread. Quickly tried suggested fixes but ran out of time. Will try again tomorrow. Did a manual rollback for now. Hope we can resolve it quickly as i can’t deploy updates to my live app now 😢.
30 replies
WWasp
Created by Álvaro P. on 3/29/2024 in #🙋questions
Best Practices for Implementing Auth System in Chrome Extension Connected to OpenSaaS
Awesome, thanks for the update 🙏
61 replies
WWasp
Created by Álvaro P. on 3/29/2024 in #🙋questions
Best Practices for Implementing Auth System in Chrome Extension Connected to OpenSaaS
Also interested in implementing this feature, so would also love a rough timeline 🙂
61 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
If I try to add the @node-rs/argon2-wasm32-wasi package manually, I'm getting an error @node-rs/argon2-wasm32-wasi@1.8.3: The CPU architecture "x64" is incompatible with this module. as I'm using Mac OSX M3.
30 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
And the local dev build works without throwing any errors.
30 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 am using Wasp version 0.14.0 btw
30 replies