Skip to content
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

Refactor: Edit build command to match angular.json #1498

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Exitium-DEV
Copy link

The current advised build command does not export the correct environment, resulting in a developer environment being exported, even at production-level.

This causes an issue when we start accessing the web server from a hostname that is not localhost, where the websocket cannot establish a connection to 127.0.0.1 instead of window.location.host

The current advised build command does not export the correct environment, resulting in a developer environment being exported, even at production-level.

This causes an issue when we start accessing the web server from a hostname that is not localhost, where the websocket cannot establish a connection to 127.0.0.1 instead of window.location.host
@CLAassistant
Copy link

CLAassistant commented Apr 8, 2024

CLA assistant check
All committers have signed the CLA.

@dhaavi
Copy link
Member

dhaavi commented Apr 8, 2024

As mentioned on Discord, I think this might get resolved with the new build system, which I am currently working on creating the first release with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants