CTI Login Failure After NethVoice Module Move #7258
Labels
nethvoice
Bug or features releted to the NethVoice project
nethvoice-cti
The issue is related to NethLink (NethVoice Web client)
Milestone
The CTI application, part of the NethVoice module, fails to allow user login
after the module has been successfully moved to a new node. The issue arises
despite the phones registering correctly after reset and provisioning. During
the move, the hostname assigned to the CTI was also changed to match the
client's domain.
Steps to reproduce
client's domain.
Expected behavior
The CTI application should allow successful login after the module move and
hostname update.
Actual behavior
The CTI application fails to allow login, entering an infinite loop and not
completing the login process.
Components
ns8-nethvoice
Fix
The issue was resolved by restarting the
nethcti-server
andnethcti-ui
services, which triggered the correct regeneration of the
/app/public/config/config.production.js
file. Specifically, the steps takenwere:
systemctl --user restart nethcti-server nethcti-ui
/app/public/config/config.production.js
file wascorrectly regenerated with the intended
API_ENDPOINT
value, resolving thelogin issue.
See also
https://mattermost.nethesis.it/nethesis/pl/7or68upggfn47nj11w1s3sj7kc
Acknowledgements Thanks to especially @charliewhiting and @tonyco97 , for
their assistance in diagnosing and resolving the issue related to the CTI
login failure after the NethVoice module move.
The text was updated successfully, but these errors were encountered: