-
Notifications
You must be signed in to change notification settings - Fork 580
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
Description
The PictoPy sync microservice fails to start properly on Windows systems. While the main application attempts to launch the microservice, the process either fails to initialize or crashes immediately after starting.
Steps to Reproduce
- Launch the application on a Windows system
- Observe the application attempting to start the sync microservice
- Note that the endpoint
localhost:8001/api/v1/healthis down.
Record
- I agree to follow this project's Code of Conduct
Checklist before Submitting
- Have you updated docs for it?
- Have you added unit tests?
- Have you made sure unit tests pass?
- Have you made sure code formatting is correct?
- Do Your changes passes all tests?