Xuban
WWasp
โขCreated by Xuban on 1/6/2025 in #๐questions
app.emailSender must not be set to Dummy
โ --- [Error] Your wasp project failed to compile: -------------------------------
- app.emailSender must not be set to Dummy when building for production.
โ --- [Error] Building of wasp project failed: -----------------------------------
1 errors found.
11 replies
WWasp
โขCreated by Xuban on 12/30/2024 in #๐questions
static media not working
How can I add static media such as images or mp3 files ? They don't seem to load.
I have a songs folder inside src but the code can not load it.
6 replies
WWasp
โขCreated by Xuban on 12/30/2024 in #๐questions
I need help with adding a new route
Dear wasp community, I'm starting my new SaaS and I want to add new pages. But when I run into this error:
My understanding is that it's not detected the new route I added.
This is what contentSections.ts looks like (I added line 8 - Studio)
And I also made sure to add Studio in index.d.ts and index.js
7 replies