Skip to content

[Bug]: Local dockerized system no longer works #158

@jhodapp

Description

@jhodapp

Contact Details

james.hodapp@gmail.com

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:

  1. Removes the nginx service from the running system
  2. 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 '/' on backendServiceURL if BACKEND_SERVICE_API_PATH is not set.
  3. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status

    🔖 Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions