OliverL
WWasp-lang
•Created by Dhruw Mistry on 10/20/2023 in #🙋questions
Learning Resources for beginners getting started
They have a free curriculum of interactive tutorials for all you need from zero to hero
4 replies
WWasp-lang
•Created by Dhruw Mistry on 10/20/2023 in #🙋questions
Learning Resources for beginners getting started
If you are really new I recommend learning the basics first. A good place to do so is freecodecamp.org
4 replies
WWasp-lang
•Created by OliverL on 10/19/2023 in #🙋questions
Shared function generates CORS error
Nice clarification
16 replies
WWasp-lang
•Created by OliverL on 10/19/2023 in #🙋questions
Shared function generates CORS error
Yes, changing the import to
shared/taskChecker.js
fixed that! Thank you and sorry for the newbie question 🙏16 replies
WWasp-lang
•Created by OliverL on 10/19/2023 in #🙋questions
Shared function generates CORS error
16 replies
WWasp-lang
•Created by OliverL on 10/19/2023 in #🙋questions
Shared function generates CORS error
The request that is causing the error is the query that gets the tasks
16 replies
WWasp-lang
•Created by OliverL on 10/19/2023 in #🙋questions
Shared function generates CORS error
This is
shared/taskChecker.ts
And this is the server/actions.ts
16 replies