Unexpected dictionary field ‘wasp‘
Hello Wasp Community, I am always running in this error after using the wasp gpt tool. Maybe somebody could help me. Thanks 🙂
12 Replies
Hmm looks valid at first glance
Here is mine so you can compare: https://github.com/matijaSos/reflect-daily/blob/main/main.wasp
GitHub
reflect-daily/main.wasp at main · matijaSos/reflect-daily
Daily reflection app. Get 1% better every day. Contribute to matijaSos/reflect-daily development by creating an account on GitHub.
Can you paste here your wasp file?
Okay thanks I will try to run this
In the documentation are some templates like the saas, but it’s not possible to run it with the cli.
https://magic-app-generator.wasp-lang.dev/result/1fa3e1f4-9995-44c3-9c5c-d8c0f5be3dd1
Here if you want to check the wasp file 🙂
@matijash I get the same error with your project 😄
is it possible you have the old version of Wasp? what do you see when you run
wasp version
?Now it’s running with the newest version. But than I have a network error on the page in gitpod
Wohooo @Fbian_, you just became a Waspeteer level 1!
If I try to signup, I receive an error message with network error.
Might be that gitpod is not setup correctly, I recommend running it locally
Yup, that error with
wasp
dict field is certainly due to using an old version of Wasp!
What @matijash said, best to do it locally, gitpod can be trickyOkay I only have windows :be: so I need to try it 😄
On windows you can do it with WSL! Check https://wasp-lang.dev/docs/quick-start#installation-1, under Windows, for instructions. Some of our team members work on Windows with Wasp this way.
Quick Start | Wasp
Installation