Wlski
Wlski
WWasp-lang
Created by Wlski on 10/29/2024 in #đŸ™‹questions
Welcome mail and verification page bypassing
Was wondering if anyone has experience with sending welcome mail after successful email verification. Also wondering if I can send users somewhere other than the verification page but still have their emails verified through the verification link. Thinking of building out some sort of user onboarding process or something as a project
6 replies
WWasp-lang
Created by Wlski on 9/27/2024 in #đŸ™‹questions
Anyone ever seen an error like this before with pgboss?
wasp-server-1 | Error: getaddrinfo EAI_AGAIN db wasp-server-1 | at /app/node_modules/pg-pool/index.js:45:11 wasp-server-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) wasp-server-1 | at async Db.executeSql (/app/node_modules/pg-boss/src/db.js:28:14) wasp-server-1 | at async Timekeeper.cacheClockSkew (/app/node_modules/pg-boss/src/timekeeper.js:114:24) wasp-server-1 | at async Timekeeper.start (/app/node_modules/pg-boss/src/timekeeper.js:53:5) wasp-server-1 | at async PgBoss.start (/app/node_modules/pg-boss/src/index.js:114:7) wasp-server-1 | at startPgBoss (/app/.wasp/out/sdk/wasp/server/jobs/core/pgBoss/pgBoss.ts:63:5) wasp-server-1 | at startServer (/app/.wasp/build/server/src/server.ts:14:3) { wasp-server-1 | errno: -3001, wasp-server-1 | code: 'EAI_AGAIN', wasp-server-1 | syscall: 'getaddrinfo', wasp-server-1 | hostname: 'db' wasp-server-1 | } tryna figure out what this means but I have literally no idea. this happens for other things with pgboss
6 replies
WWasp-lang
Created by Wlski on 9/21/2024 in #đŸ™‹questions
redirect from landing page to another if user is logged in?
trying to do exactly what the title says. any advice would be nice
5 replies
WWasp-lang
Created by Wlski on 9/5/2024 in #đŸ™‹questions
Nginx ssl certificates broke client/server communication?
Running Docker container with docker compose on digital ocean droplet. Containers: - wasp client (8043:80) - wasp server (3001:3001) - fastapi web (8000) - redis (irrelevant for this, i think) - background worker (also irrelevant) - nginx (maybe super relevant? 80:80 & 443:443) app deployed just fine, everything talked to each other and life was great until I certbotted ssl certificates and plugged them into nginx. Now all of the sudden nothing is talking to anything else. I suspect this is maybe a global middleware misconfiguration but do not have more than around a month or two's worth of experience in wasp so was hoping someone who knows a little bit more than I do might have an idea of what might have happened. Lmk & thx.
26 replies