maple-fighters icon indicating copy to clipboard operation
maple-fighters copied to clipboard

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

Open gitkakafu opened this issue 10 months ago • 0 comments

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

gitkakafu avatar Mar 20 '25 06:03 gitkakafu