ayo
ayo
WWasp
Created by ayo on 1/27/2025 in #đŸ™‹questions
onBeforeSignup not erroring out
I'll give option 1 an attempt
7 replies
WWasp
Created by ayo on 1/24/2025 in #đŸ™‹questions
multiple client url
that worked @genyus . Hopefully not a lot of people spent the same time as I did tripping on the doc there.
10 replies
WWasp
Created by ayo on 1/24/2025 in #đŸ™‹questions
multiple client url
I've follwed the docs here https://wasp-lang.dev/docs/advanced/middleware-config#1-customize-global-middleware the server starts but I get the follwoing error
[ Server!] TypeError: middlewareConfig.set is not a function
[ Server!] at setup (path/app/src/serverSetup.ts:6:20)
[ Server!] at startServer (path/canary/app/.wasp/out/server/src/server.ts:25:10)
[ Server!] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[ Server!] TypeError: middlewareConfig.set is not a function
[ Server!] at setup (path/app/src/serverSetup.ts:6:20)
[ Server!] at startServer (path/canary/app/.wasp/out/server/src/server.ts:25:10)
[ Server!] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
10 replies
WWasp
Created by ayo on 12/28/2024 in #đŸ™‹questions
PgBoss error during deployment
Not a credential issue as the migration happens. My guess is some DB providers by default require ssl connections, while some don't. So I guess my question is how does wasp handle ssl connections for db out of the box?
10 replies
WWasp
Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
đŸ˜… definitely
32 replies
WWasp
Created by ayo on 12/28/2024 in #đŸ™‹questions
PgBoss error during deployment
I solved this by adding ?sslmode=no-verify to the db connection string. I think it works for dev phase
10 replies
WWasp
Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
I solved this by adding ?sslmode=no-verify to the db connection string. I think it works for dev phase
32 replies
WWasp
Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
Any update on this? I'm running into the same issue with AWS. When I use aurora it works fine, but when I use just plain RDS I get this error. I opened a new question before seeing this https://discord.com/channels/686873244791210014/1322388928413700158
32 replies
WWasp
Created by breadchris on 12/12/2022 in #đŸ™‹questions
RPC via GRPC?
Curious if there's been further thoughts on grpc
5 replies
WWasp
Created by ayo on 11/8/2024 in #đŸ™‹questions
input coming back as undefined
Bruno I find pretty good. both in my 9-5 and on this project. Without needing enterprise version, I can do all I want
11 replies
WWasp
Created by ayo on 11/8/2024 in #đŸ™‹questions
input coming back as undefined
cURL was just so I could provide an example here. I'm using bruno for endpoint testing
11 replies
WWasp
Created by ayo on 11/8/2024 in #đŸ™‹questions
input coming back as undefined
Thank you for the response. That helped me get the feature going đŸ™Œ . Also welcome back!
11 replies
WWasp
Created by ayo on 11/8/2024 in #đŸ™‹questions
input coming back as undefined
I've also tried
{
"followingId":"01959677-845f-4f4c-b886-4ca971d8d21"
}
{
"followingId":"01959677-845f-4f4c-b886-4ca971d8d21"
}
11 replies
WWasp
Created by ayo on 10/28/2024 in #đŸ™‹questions
microservice
Solely from a consistency perspective
10 replies
WWasp
Created by ayo on 10/28/2024 in #đŸ™‹questions
microservice
@martinsos so from a service pov, it make sense for the other microservices to serve exlressJS endpoints?
10 replies
WWasp
Created by ayo on 10/26/2024 in #đŸ™‹questions
No MainPage.tsx
I should clear up that I used the opeesaas template to begin with https://docs.opensaas.sh/
9 replies
WWasp
Created by ayo on 10/26/2024 in #đŸ™‹questions
No MainPage.tsx
Yes I do see it. I just do not have a MainPage.*
Thank you for responding đŸ™‚
9 replies