Snowdevil
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
Not yet, was busy last week with work and appointments, then wife's bday over the weekend xD
This week I don't have much going on so will be revisiting it. It's gotta work eventually and when it does we can get a gist thrown together on steps it took to do so 🙂
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
Yeah i just haven't had the time in the past couple days to get to the pc
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
Will do, thank you!
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
I'll see if there are any similarities with that setup and working with Digital Ocean to see if I can fix the issues I'm having. I enjoy DO a lot as it has a lot of convenient automation features built in, and scaling is easy.
Worst case scenario I suck and can't get it to work through all methods, I'll follow that with a VPS rather than the app deployment module xD
@Killshot
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
This is the error I get anytime I try to run any command in the deploy phase on the digital ocean server. The database is working fine, and I'm able to connect to it and migrate object model changes in the build phase.
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
I think I got the connection working with the SSL stuff. But I'm noticing since the beginning of all this, even with the db stuff fixed, I'm still not able to deploy the web server on digital ocean.
When running
wasp start
in the build phase, it starts the wasp package properly, but gets stuck in the build phase when it needs to finish the build phase and move to deploy/run phase for DO.
When I run wasp start
in the deploy phase, I keep getting errors no matter what I've done so far. I think the end of the build phase in docker containerizes the build, and then I'm unable to launch any wasp commands in that build.59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
Digital Ocean
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
I'll dm you the database information and see if you have any luck.
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
It seems maybe there's something wrong with a SSL certificate
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
I do get the error below though even though the app still runs locally. And still not able to get it running on Digital ocean to a similar issue.
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
It works! I just had to disable trusted sources to allow anyone to access. Now to create a new trusted source and go back to just trusted source connections and such. But at least everything runs so a foundation is officially set to build upon 🙂 Thanks for your help!
https://prnt.sc/Hj-S9pb2uEjL
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
With digital ocean as well?
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
I appreciate it! I'll check back tonight with good or bad news xD
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
Your probably right, my first time setting up a host. I've only ever done local development
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
Ok I can give it a shot after work. If it's not accessible, then I'm guessing i would have to work with DO on it as it would be an access issue. I've spent a few hours tinkering around with a million settings and setups last night lkl
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
It would just throw a generic error saying it couldn't connect to the database when running wasp start locally
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
I used the string parameter from the managed db which includes the url,pw,port,etc.
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
I tried doing that last part with the ENV variable for the database url, but it still isn't able to find it
59 replies
WWasp
•Created by Snowdevil on 3/11/2025 in #🙋questions
Set-up Hosting SAAS Wasp on Digital Ocean
The issue I believe is not being able to connect to a db. I have a managed PostGre database setup in digital ocean, and when attempting to start the app locally, it won't connect to it.
59 replies