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
As there is current addtion of slack integration, env keys ( just keys not value ) related to slack are missing, causing application with errors when running whole application npm run dev . Following keys are missing in .env.example.
Didn't started stable as the redirect destination of /docs isn't defined. for fixing this we need to define a default port (ie: 8080 ) to start docs and add flag --port <number> for npm run docs
--- other env keys
DOCS_URL=`http://localhost:8080` (for local)
There are places where env variables are accessed using optional chaning which never will be optional, causing usual crash.
Screenshots
Slack key error:
Missing docs key
Additional information
Willingly need to contribute, As this are unrelated issue but small, do you need me to make different PRs or bundle up in same with different commits would be fine ?
is the idea about docs giving default port Looks good to you ? or am i missing something in future plans ?
Description
npm run dev. Following keys are missing in .env.example./docsisn't defined. for fixing this we need to define a default port (ie: 8080 ) to start docs and add flag--port <number>fornpm run docsScreenshots
Additional information