OpenSaaS to Wasp 0.15.X update

Hey guys
does anyone know when the Open-SaaS template is planned to be updated to Wasp 0.15.X? Currently, after starting a new project with this template, I received the following message: bash ~ / wasp db start
--- [Error] Analyzing wasp project failed: ------------------------------------- 1 errors found: Your Wasp version does not match the app's requirements. You are running Wasp 0.15.0. This app requires Wasp ^0.14.0. To install specific version of Wasp, do: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v x.y.z where x.y.z is your desired version. Check https://github.com/wasp-lang/wasp/releases for the list of valid versions. [...]
4 Replies
kapa.ai
kapa.ai5d ago
Hi @Jakub Idziak. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- The OpenSaaS template is planned to be updated to the latest Wasp version soon after the release. The update might lag a couple of days, but the plan is to update it relatively quickly source (https://discord.com/channels/686873244791210014/1204429172928155648). In the meantime, you can manually update your Wasp version to match the app's requirements. You can do this by running the following command:
curl -sSL <https://get.wasp-lang.dev/installer.sh> | sh -s -- -v 0.14.0
curl -sSL <https://get.wasp-lang.dev/installer.sh> | sh -s -- -v 0.14.0
This command will install the specific version of Wasp (0.14.0 in this case) that your app requires. You can check the list of valid versions on the Wasp GitHub releases page (https://github.com/wasp-lang/wasp/releases) source (https://github.com/wasp-lang/wasp/issues/578). In the future, the Wasp team is planning to make the process of updating Wasp easier and more intuitive. They are considering adding commands like wasp upgrade and wasp version use to facilitate version management source (https://github.com/wasp-lang/wasp/issues/616). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @Jakub Idziak, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
miho
miho5d ago
I have tried creating a new app with wasp new myapp -t saas and it worked out of the box. Are you using the template directly from Git and didn't upgrade to Wasp 0.15.0?
Jakub Idziak
Jakub Idziak5d ago
After deleting all files related to any Wasp projects, and creating a new Open SaaS, it's now working properly on WASP 0.15.0. Nevertheless, thanks!
abiroot
abiroot5d ago
Don't forget to go through the https://wasp-lang.dev/docs/migration-guides/migrate-from-0-14-to-0-15 migration check lists
Want results from more Discord servers?
Add your server