linus625
linus625
WWasp
Created by Wlski on 9/5/2024 in #đŸ™‹questions
Nginx ssl certificates broke client/server communication?
I just read through this convo because I have similar requirements. The problem is you don't want to expose the nodejs server port, but only allow access to the api via static web files/typescript etc. I've had some issues with getting this to work, mostly related to docker complexity, but it works at last. One thing I noticed is the nodejs server port seems to be hardcoded to 3001 on production builds because I've wanted to be able to have dev, qa and production builds running on the same node but on different ports (to be able to confirm functionality without going live etc). But it doesn't work (for me). Anyone with similar issues?
28 replies
WWasp
Created by linus625 on 3/10/2025 in #đŸ™‹questions
email verification
Most of the problems relate to integestion with external systems, so not really except more documentation for .env.server. Half of the issues I get is typescript related and it took a while to understand the function of wasp compared to nodejs. Do what you will with this.
14 replies
WWasp
Created by linus625 on 3/10/2025 in #đŸ™‹questions
email verification
Thanks. I got it working after using a new email while also setting the SKIP_EMAIL_VERIFICATION_IN_DEV=true and restarting wasp completely.
14 replies
WWasp
Created by linus625 on 3/10/2025 in #đŸ™‹questions
email verification
@kapa.ai where do I see the log?
14 replies