-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Contact Details
What happened?
I had to make a call and break the ability to run a local dockerized development environment of the system so that production can go live.
Fixing this will be a bit time consuming (I think) as it needs to override the default docker-compose.yaml file with a development-only one that:
- Removes the nginx service from the running system
- Sets BACKEND_SERVICE_API_PATH to "", but this also needs to be updated in the frontend code in
site.config.ts
to not try and put an extra '/' onbackendServiceURL
if BACKEND_SERVICE_API_PATH is not set. - Not try and use SSL at all, allowing a dev to visit http://localhost:3000 to test out the application locally
What is the version of refactor-platform-rs that you're seeing the problem on?
1.0.0-beta1
Any related code or configuration details to produce this issue as well as relevant log output.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
🔖 Ready