Skip to content

Modified Host in NetworkConfiguration.asset but requests still go to localhost after docker compose up #116

@gitkakafu

Description

@gitkakafu

Which project(s) are the source of the bug?

No response

Description

I modified the Host value in the NetworkConfiguration.asset file to point to a specific domain (e.g., example.com). However, when I run docker compose up and start the project, all requests are still being directed to localhost instead of the configured domain.

How To Reproduce

Open the NetworkConfiguration.asset file.
Update the Host field to a custom domain (e.g., example.com).
Save the changes.
Run docker compose up to start the project.
Observe that requests are still being made to localhost.
Expected Behavior:
Requests should be directed to the custom domain specified in the Host field of NetworkConfiguration.asset.

Expected Behavior

Requests use NetworkConfiguration.asset Host as the host.

Environment

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions