Skip to content

Fixed App.js _SOCKET_HOST and _SOCKET_PORT unused#51

Closed
ingrdv2020 wants to merge 1 commit intofleetbase:mainfrom
ingrdv2020:bugfix-applink-socketcluster
Closed

Fixed App.js _SOCKET_HOST and _SOCKET_PORT unused#51
ingrdv2020 wants to merge 1 commit intofleetbase:mainfrom
ingrdv2020:bugfix-applink-socketcluster

Conversation

@ingrdv2020
Copy link

in main App.js, in setFleetbaseConfig, socketcluster_host and socketcluster_port were stored on _SOCKET_HOST and _SOCKET_PORT entries, but later in /features/shared/ConfigScreen.js the values retrieved are _SOCKETCLUSTER_HOST and _SOCKETCLUSTER_PORT, so those external link parameters were never used. This results in a mixed setting, and login with private deployment is not working using the link.

@roncodes
Copy link
Member

Fixed in version 2 refactor which will release this week #54

@roncodes roncodes closed this Mar 31, 2025
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.

3 participants