josh
WWasp-lang
•Created by josh on 10/3/2024 in #đŸ™‹questions
Best way to integrate a blog
I need a blog for my website. I would like to avoid using a subdomain for SEO purposes. Any recommendations for how this should be approached?
8 replies
WWasp-lang
•Created by josh on 9/24/2024 in #đŸ™‹questions
Do I need to add client side env variable every time I deploy?
Do I need to add in my client side env variables every time I deploy like so?
REACT_APP_GOOGLE_ANALYTICS_ID=example wasp deploy fly deploy, or just for the first time? If every time, is there a way around that?
10 replies
WWasp-lang
•Created by josh on 9/18/2024 in #đŸ™‹questions
What's the best way to make live updates to the deployed prisma database?
I want to update my admin user to test some bits. What's the best way to do this?
10 replies
WWasp-lang
•Created by josh on 9/17/2024 in #đŸ™‹questions
Server URL is incorrect when deployed
Hi guys, so after trying to deploy my app, adding my domain, various deployments, restarts etc I finally got it deployed. The client and server are both running. However, the client cannot make requests to the server. The client is making requests to a hostname which doesn't exist (https://frosty-pond-etc instead of https://autumn-pine-etc). I tried checking the toml file on the server, the name is correct. I tried setting it up like
REACT_APP_API_URL=https:/autumn-pine-etc wasp deploy fly dep
loy
But it wont update. Driving me crazy. Where can I configure the server base URL that the client is calling when deployed on fly.io.
Thanks guys!14 replies
WWasp-lang
•Created by josh on 9/11/2024 in #đŸ™‹questions
Redirect to a specific page after signup
I want to redirect new users who have signed up to a payments/pricing page so they can pay. How can I do this?
9 replies
WWasp-lang
•Created by josh on 7/23/2024 in #đŸ™‹questions
Scalability Questions
Hi, I'm building an app which handles some reasonably intensive requests on the server (pupetteer headless + LLMs + image editing etc). I'm not sure how wasp (wasp open saas specifically) will handle multiple concurrent requests. Would it be better to host these processes in a separate docker container, scale horizontally and make requests to the containers? From the documentation, I'm struggling to understand exactly how the applications are deployed. I know how to do it with the CLI tools, but I don't know what the architecture looks like and what these limitations would be.
9 replies