You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, after fixing mongo side, I still can't up to my demo correctly. It does not connect to mongo.
It's normal .. again 🤷♂️ I deployed the demo on a Kubernetes cluster by passing its environment variables, unlike the stack node, not considered for typescript without a compile.
We have two "solutions":
Build adjustment: review the docker file to collect the environment variables during the build, a bit like the stack vue. By focusing on the main ones, DB, oAuth, Cors ... This requires one build per project, and declaration of usable ARGS in docker file.
Project adjustment: exit the configuration from the compilation. that it is managed exclusively in JS and called from the TS compile.
This require one build for multiple projects, config take into account at start.
@farhatmo@s0j0hn Any suggestion? opinion?
ps: @s0j0hn as you initiated the stack, is point 3 easily achievable?
No description provided.
The text was updated successfully, but these errors were encountered: