varo
WWasp-lang
•Created by varo on 10/24/2024 in #đŸ™‹questions
SMTP on wasp build connecting on localhost instead of my SMTP provider
It got solved, thanks! It didn't find exactly the .env.production as it was on the project root and I was throwing the docker command on .wasp/build, but rebuilding with some changes I took from the gist u shared made it work! It sure was my fault while managing the env variables. Thanks again!
16 replies
WWasp-lang
•Created by varo on 10/24/2024 in #đŸ™‹questions
SMTP on wasp build connecting on localhost instead of my SMTP provider
thank you so much for the answer, I'll try it asap. also I will rebuild, just in case đŸ™‚
16 replies
WWasp-lang
•Created by varo on 10/24/2024 in #đŸ™‹questions
SMTP on wasp build connecting on localhost instead of my SMTP provider
Thanks for the response! I'm on ubuntu server with an VPS, and I've got my env variables available when I do printenv. And it stills sends to the localhost. I tried to force the variables passing them when running the docker, and it now shows:
I don't know if I didn't set up correctly, and if there isn't a way to check them instead of printenv (they appear on printenv) what I did with the docker was:
`
docker run -d \
--name my-name \
--network wasp-network \
-p "8000:8000" \
-e DATABASE_URL="${DATABASE_URL}" \
-e PORT="8000" \
-e NODE_ENV="production" \
-e JWT_SECRET="${JWT_SECRET}" \
-e WASP_WEB_CLIENT_URL="${WASP_WEB_CLIENT_URL}" \
-e WASP_SERVER_URL="${WASP_SERVER_URL}" \
-e SMTP_HOST="${SMTP_HOST}" \
-e SMTP_USERNAME="${SMTP_USERNAME}" \
-e SMTP_PASSWORD="${SMTP_PASSWORD}" \
-e SMTP_PORT="${SMTP_PORT}" \
my-name
16 replies
WWasp-lang
•Created by varo on 10/24/2024 in #đŸ™‹questions
SMTP on wasp build connecting on localhost instead of my SMTP provider
@kapa.ai how can I check if my env variables are correcly set up? I can see other queries as get auth/me on the backend, so it at least connects each other
16 replies
WWasp-lang
•Created by varo on 10/23/2024 in #đŸ™‹questions
Change auth UI text (Different language)
Great! I was looking at playing with CSS yeah, I managed to change some stuff
18 replies
WWasp-lang
•Created by varo on 10/23/2024 in #đŸ™‹questions
Change auth UI text (Different language)
yeah I know about the colors, it's just the big "Sign up" or "log in to your account" what I want to change. It seems I can't, I don't know what's the aftersignin you comment. Thanks anywayđŸ«¡
18 replies
WWasp-lang
•Created by varo on 10/23/2024 in #đŸ™‹questions
Change auth UI text (Different language)
so best approach is making my own login form? @kapa.ai
18 replies
WWasp-lang
•Created by varo on 10/22/2024 in #đŸ™‹questions
Setting up custom mail provider
Ok, so this is just choosing STMP I guess. Thanks @kapa.ai , I'll try to fill with the info I have from SMPT2GO.
8 replies
WWasp-lang
•Created by varo on 9/12/2024 in #đŸ™‹questions
How to correctly use queries
so my server statuc files may disappear when I deploy my server? @kapa.ai
15 replies
WWasp-lang
•Created by varo on 9/12/2024 in #đŸ™‹questions
How to correctly use queries
@kapa.ai , what's the recommended path to keep files in a server that are going to be fetched but do not want to be accesible directly from the user?
15 replies
WWasp-lang
•Created by varo on 9/10/2024 in #đŸ™‹questions
print wasp documents? (irl)
Thak you so much! Yeah I guess it's a bit of a weird question hahah, but yeah, been using the website and I'm good with it atm
6 replies