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
🛠️ Backend Issue: Missing .env.sample File Leading to App Crash
Description
The application crashes due to the absence of a .env.sample file, which makes it difficult for contributors to recognize the environment variables required to run the app.
Steps to Reproduce
Clone the repository.
Attempt to run the app without the .env file, and observe the crash.
Notice that there is no .env.sample file provided to guide contributors on the necessary environment variables.
Tech stack required
Backend framework (e.g., Node.js,)
Knowledge of environment variables management
Are you participating in GSSoC?
Yes
No
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊
🛠️ Backend Issue: Missing
.env.sample
File Leading to App CrashDescription
The application crashes due to the absence of a
.env.sample
file, which makes it difficult for contributors to recognize the environment variables required to run the app.Steps to Reproduce
.env
file, and observe the crash..env.sample
file provided to guide contributors on the necessary environment variables.Tech stack required
Are you participating in GSSoC?
The text was updated successfully, but these errors were encountered: