W
Wasp-lang3mo ago
lucas

App crashed for unknowing reason

Hey, I start the app when it's still v-0.12.0, it works fine till today, nothing changed on my end but the app keep crashing. So I tried to start a completely new project using wasp, still get the problem, anyone understands why? Do we have to keep updating with the wasp version updating? I tried to use 0.13.0, but it seems you guys changed the pricing part and created credits for purchasing, a lot of other parts are related to this, but I'm not going to use this credit feature. Any suggestions?
No description
6 Replies
lucas
lucas3mo ago
@Wasp Expert @Wasp Team
MEE6
MEE63mo ago
Wohooo @lucas, you just became a Waspeteer level 1!
Vinny (@Wasp)
Vinny (@Wasp)3mo ago
Hey Lucas. We only uncommented out the credits product. If you don’t use it the app will still work. You’re getting an error from whichever crypto library you are trying to assign globally I would investigate there first
miho
miho3mo ago
@lucas The error globalThis.crypto = webcrypto as Crypto is something we fixed in the minor 0.12.2 update. You can update all the way to 0.12.4 without any breaking changes by running: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.12.4 We tagged the latest Open Saas version that works with 0.12.X here: https://github.com/wasp-lang/open-saas/tree/wasp-v0.12-template Some details We follow semantic versioning which means, if it's an update from 0.12.0 to 0.12.4 there won't be any breaking changes. If you update to 0.13.0 there might be some breaking changes. As we are still pre-1.0, we have to move fast and some breaking changes are needed in order to find the best API for devs in the long run 🙂
GitHub
GitHub - wasp-lang/open-saas at wasp-v0.12-template
A free, open-source SaaS app starter for React & Node.js with superpowers. Production-ready. Community-driven. - GitHub - wasp-lang/open-saas at wasp-v0.12-template
Vinny (@Wasp)
Vinny (@Wasp)3mo ago
Oh. Whoops I was way off Thanks, Miho
lucas
lucas3mo ago
Thanks for the help!