You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: