real titan
WWasp-lang
•Created by real titan on 10/6/2024 in #🙋questions
how do i fix this
❌ --- [Error] Your wasp project failed to compile: -------------------------------
- /projects/studyguided/main.wasp @ 30:14-19
Type error:
Expected type: entity (declaration type)
Actual type: string
-> For dictionary field 'entities':
-> In list
29 | fn: import { createNote } from "@src/actions.js",
30 | entities: ["Note"]
31 | }
❌ --- [Error] Compilation of wasp project failed: --------------------------------
1 errors found
5 replies
WWasp-lang
•Created by real titan on 10/6/2024 in #🙋questions
How do i fix this error
❌ --- [Error] Your wasp project failed to compile: -------------------------------
- /projects/studyguided/main.wasp @ 10:17-22
Type error:
Expected type: entity (declaration type)
Actual type: string
-> For dictionary field 'auth':
-> For dictionary field 'userEntity'
9 | auth: {
10 | userEntity: "User",
11 | methods: {
❌ --- [Error] Compilation of wasp project failed: --------------------------------
1 errors found
8 replies