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?
6 Replies
@Wasp Expert @Wasp Team
Wohooo @lucas, you just became a Waspeteer level 1!
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
@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
Oh. Whoops
I was way off
Thanks, Miho
Thanks for the help!