johne5
johne5
WWasp
Created by johne5 on 1/15/2025 in #đŸ™‹questions
systemctl start wasp.service
i'm trying to get the wasp website and db to auto start on the server. this is my wasp.service file. i'm not sure what's needed [Unit] Description=Wasp Web Site After=network.target [Service] Type=simple User=johne5 Group=johne5 WorkingDirectory=/home/johne5/website/app ExecStart=/usr/bin/wasp start [Install] WantedBy=multi-user.target
5 replies
WWasp
Created by johne5 on 1/14/2025 in #đŸ™‹questions
Beginner question. Set as the home page?
I've created a secondary page. called imageGallery. how do i set this page as the home page? or what code is needed in the main.wasp to load content from the imageGallery
8 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
If my newly install of Wasp and a template is having DB connection issues. should I just uninstall and reinstall? it's being hosted locally on an old computer i had laying around. I beleive i have installed docker that is spinning up postgresql. I can run wasp DB start. it appears to be running. I can run wasp start. the template is running, i can access the website. I'm not able to signup a new user. i'm not able to get to the admin page. when i try and sign up a user. it displays a "Network Error".
72 replies