-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Labels
Description
Bug Details
Data stored in MongoDB is not being retrieved after server restart when using jac-scale with MONGODB_URI environment variable.
To Reproduce
- Set up MongoDB connection using environment variable:
- Run the application with jac scale
- Create and store data is nodes
- Verify data is stored in MongoDB
- Restart the server
- Attempt to retrieve previously stored data
Expected Behavior
- Data stored before server restart should be successfully retrieved
Actual Behavior
- Data is stored properly in MongoDB during runtime
- After server restart, previously stored data cannot be retrieved
Environment
jac-scale-0.1.0
jaclang-0.9.8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress PR