ayo
ayo
WWasp
Created by ayo on 3/1/2025 in #đŸ™‹questions
overwrite entire dockerfile
using a different env var worked perfectly. btw @miho
9 replies
WWasp
Created by ayo on 2/28/2025 in #đŸ™‹questions
Google sessionId not persisting
I'll try to explain to my best understanding as I am not the front end developer. We are using Axios library on our frontend to consume requests made to the backend (wasp) Reading the response on login and persisting the sessionId received to cookies. @layinka does that sum it up ?
10 replies
WWasp
Created by ayo on 3/1/2025 in #đŸ™‹questions
overwrite entire dockerfile
I'll try this and update the channel . I read past Since the last definition in a Dockerfile wins too quickly
9 replies
WWasp
Created by ayo on 3/1/2025 in #đŸ™‹questions
overwrite entire dockerfile
Thank you, make sense.
9 replies
WWasp
Created by ayo on 3/1/2025 in #đŸ™‹questions
overwrite entire dockerfile
this is what wasp dockerfile gives me @kapa.ai
9 replies
WWasp
Created by ayo on 2/28/2025 in #đŸ™‹questions
Google sessionId not persisting
I suppose client/frontend are the same word here. But the frontend of the app is built purely on nextjs. It turned out that after the auth value exchange that happens between the frontend and wasp (i.e after the google callback), the cookie was not persisting. We had to remove extra obejcts like sameSite and path from this statement Cookies.set('canary_sessionId', data.sessionId); - working Cookies.set('canary_sessionId', data.sessionId, {sameSite:" ", path:"/"}); - not working
10 replies
WWasp
Created by ayo on 2/28/2025 in #đŸ™‹questions
Google sessionId not persisting
this seems to be a problem with just safari. So all good!
10 replies
WWasp
Created by ayo on 1/27/2025 in #đŸ™‹questions
onBeforeSignup not erroring out
After assuming-ly (not a word lol) figuring this out and removing the email verification from onBeforeSignup , username verification works.
10 replies
WWasp
Created by ayo on 1/27/2025 in #đŸ™‹questions
onBeforeSignup not erroring out
I realize now that I don't need to do that. I was aiming to do email and username verification and was wondering why the onBeforeSignup code was not working. Correct my assumptions - Wasp does email validation out of the box - which means if the email already exists, the system sends a pretend success - can you please confirm in this scenerio, no new verification links are sent to the user. My tests were inclonclusive - I think if the new user is yet to login for the first time, they keep getting the verification links?
10 replies
WWasp
Created by ayo on 1/27/2025 in #đŸ™‹questions
onBeforeSignup not erroring out
I'll give option 1 an attempt
10 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.
11 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)
11 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