Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gitkakafu opened this issue Mar 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@gitkakafu
Copy link

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 gitkakafu added the bug Something isn't working label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant