miho
miho
Explore posts from servers
WWasp
Created by saqib9810 on 4/28/2025 in #đŸ™‹questions
Amazon SES API support for email
It's possible to create a custom signup function if you want to fully customise the signup flow for the email auth provider: https://wasp.sh/docs/auth/advanced/custom-auth-actions
18 replies
WWasp
Created by Kofi_anan on 4/28/2025 in #đŸ™‹questions
postgresql extention support on fly.io using wasp deploy cli
I've had great success with using PgVector on Railway with https://client-production-0be2.up.railway.app/ With Fly it tends to be more complicated... you'd need to set up the database manually and make sure to point your server app to it with the DATABASE_URL env var. It looks like you need to create your own Docker image for the database: https://andrefbrito.medium.com/how-to-add-pgvector-support-on-fly-io-postgres-35b2ca039ab8
7 replies
WWasp
Created by Cam Pak on 4/24/2025 in #đŸ™‹questions
CapacitorJS & Wasp
The linked example shows using Wasp via custom API endpoints, basically treating Wasp as an API only. We haven't played around with packing up the client app into a mobile app directly if that's what you are looking for.
7 replies
WWasp
Created by CamBlackwood on 4/22/2025 in #đŸ™‹questions
Best way of working out what's causing a 500 in production
Could it be that Fly had some sort of downtime? Are you maybe missing disk space for the DB app?
20 replies
WWasp
Created by BladyTancerz on 4/22/2025 in #đŸ™‹questions
Railway deploy server code fails with ENOENT error, following opensaas and wasp lang docs
I'd maybe say - try removing the apps from Railway and try again? Maybe something got cached?
14 replies
WWasp
Created by infelipe Gomes on 4/15/2025 in #đŸ™‹questions
How to refresh table data after deleting a record in Wasp?
Linked to this thread in the issue where we track this: https://github.com/wasp-lang/wasp/issues/63#issuecomment-2812609536
21 replies
WWasp
Created by infelipe Gomes on 4/15/2025 in #đŸ™‹questions
How to refresh table data after deleting a record in Wasp?
@sodic you might be best suited to answer this I don't think we expose the queryClient for you to manually invalidate the cache based on the docs and the public facing API
21 replies
WWasp
Created by mb23 on 4/16/2025 in #đŸ™‹questions
I'm getting this error when deploying my server to Railway
Where are you using cheerio in your project? Did you succeed in running your app locally?
13 replies
WWasp
Created by Ringo on 4/10/2025 in #đŸ™‹questions
Fly Prod Deploy - ...not listening on the expected address and will not be reachable by fly-proxy.
I'd say - if it's working for you, it might be an error that transient and goes away after the initial deployment process. Let me know if something stops working for you and we'll see what's up đŸ™‚
12 replies
WWasp
Created by linus625 on 4/12/2025 in #đŸ™‹questions
Using ssl cert references in DATABASE_URL leads to pgBoss requiring custom cert env data
I've encoded this in an issue that we'll work on in the future: https://github.com/wasp-lang/wasp/issues/2677 One of the things on our roadmap is upgrading PgBoss to a newer version - so we might redesign the interface between PgBoss and Wasp (e.g. exposing the config in a nicer way would be on the table)
16 replies
WWasp
Created by G35x on 4/14/2025 in #đŸ™‹questions
How can I implement "live" UI updates based server-side results.
We have an issue open for this kind of feature, but for now - cooking it yourself with Websockets would be a good way to go: https://github.com/wasp-lang/wasp/issues/1454
13 replies
WWasp
Created by G35x on 4/14/2025 in #đŸ™‹questions
How can I implement "live" UI updates based server-side results.
@G35x did you get a good answer from the bot? đŸ™‚
13 replies
WWasp
Created by jason on 4/15/2025 in #đŸ™‹questions
Accidentally cooked my db, start fresh from latest migration?
@jason thanks for the feedback, what command did you run in the end? There are: wasp db reset - drops the db and reapplies the migrations from scratch wasp clean - removes only generated code
10 replies
WWasp
Created by Viktor S on 4/14/2025 in #đŸ™‹questions
Puppeteer error
You are trying to run the action in some Pupeteer code? Are you trying to run the client or the server action? Please share as much code a possible for us to understand the issue
7 replies
WWasp
Created by AC on 4/14/2025 in #đŸ™‹questions
Changing favicon for OpenSaaS blog
I'd say this is out of scope for Wasp Discord help, it's better to go through Astro docs đŸ™‚ maybe @Vinny (@Wasp) knows something
10 replies
WWasp
Created by I’m not kidding. on 4/13/2025 in #đŸ™‹questions
production stripe webhook secret
@Vinny (@Wasp) one for you
11 replies
WWasp
Created by linus625 on 4/12/2025 in #đŸ™‹questions
Using ssl cert references in DATABASE_URL leads to pgBoss requiring custom cert env data
Sorry to hear that this was cumbersome! What would be the ideal scenario for you? e.g. what kind of env vars would you expect to set?
16 replies
WWasp
Created by linus625 on 4/12/2025 in #đŸ™‹questions
Wasp app behind reverse proxy does not request correct server url
Make sure that the JS you built is actually used and you are not using some cached old version
11 replies
WWasp
Created by linus625 on 4/12/2025 in #đŸ™‹questions
Wasp app behind reverse proxy does not request correct server url
If you set the REACT_APP_API_URL env var correctly and you are using the latest built JS - it should work
11 replies
WWasp
Created by rambo298 on 4/11/2025 in #đŸ™‹questions
wasp start for first app
What does Vite report? Do you have anything running on port 3000?
8 replies