ein
WWasp
•Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Yeah If so I'll hit you up for those notes.
Thanks for the hand-holding / getting me back on track!
31 replies
WWasp
•Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
I think that just fixed. holy cow
31 replies
WWasp
•Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Oh cool, i'de love those notes!
31 replies
WWasp
•Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Found something interesting in my server logs. The server is listening on port 8080:
Server listening on port 8080
But Fly.io is expecting it on port 3000:
[PC01] instance refused connection. is your app listening on 0.0.0.0:3000?
This seems to be happening with the default Wasp deployment - I haven't manually changed any ports. Could this port mismatch be causing the CORS issues? How can I fix this while staying within the OpenSaaS deployment guidelines?31 replies
WWasp
•Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
I've been relying on Claude for solutions up to this point, but it’s taken me down some confusing paths. I’m trying to step back, slow down, and carefully work through this final deployment error. I’ll be so relieved once I find a fix.
31 replies
WWasp
•Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Looking at my secrets list, I see all the automatically set Wasp variables:
- DATABASE_URL
- JWT_SECRET
- WASP_WEB_CLIENT_URL
- WASP_SERVER_URL
- PORT
But I can't see the actual values to verify they're pointing to the correct URLs. Is there a way to check the values of WASP_WEB_CLIENT_URL and WASP_SERVER_URL specifically?
I'm wondering if these might have incorrect values causing the CORS issue, even though they were automatically set by Wasp during deployment with
wasp deploy fly launch myApp dfw
.31 replies
WWasp
•Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
How do I check/ensure the DNS records are pointing correctly for these default Fly.io domains? I thought Fly.io would handle this automatically when using their .fly.dev domains, but it sounds like I still need to verify the DNS configuration?
Could you walk me through how to check this? I'm using the domains created by
wasp deploy fly launch myApp dfw
without any customization.31 replies
WWasp
•Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Would DNS records be an issue if i'm just using the turnnkey fly.io domain out of the box?
31 replies