W
Wasp-lang10mo ago
Fbian_

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 🙂
No description
12 Replies
matijash
matijash10mo ago
Hmm looks valid at first glance
matijash
matijash10mo ago
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.
matijash
matijash10mo ago
Can you paste here your wasp file?
Fbian_
Fbian_10mo ago
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 😄
matijash
matijash10mo ago
is it possible you have the old version of Wasp? what do you see when you run wasp version?
Fbian_
Fbian_10mo ago
Now it’s running with the newest version. But than I have a network error on the page in gitpod
MEE6
MEE610mo ago
Wohooo @Fbian_, you just became a Waspeteer level 1!
Fbian_
Fbian_10mo ago
If I try to signup, I receive an error message with network error.
matijash
matijash10mo ago
Might be that gitpod is not setup correctly, I recommend running it locally
martinsos
martinsos10mo ago
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 tricky
Fbian_
Fbian_10mo ago
Okay I only have windows :be: so I need to try it 😄
martinsos
martinsos10mo ago
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