Hello,
I was trying to create new users with different permissions for each one. I have created three roles: Supervisor, Operator, and User (without assigning any specific code to them), and I also created four different objects for the different screens.
The problem is with the object called “Manual”. In theory, both the Supervisor and Operator roles have the “View” and “Control” permissions enabled.
With the Supervisor role, the control works correctly (it sends commands properly depending on where I click on the screen). However, with the Operator role, which should behave the same way, the user can see the screen, and when pressing a button it looks like the command is being processed, but it never shows that the command was actually sent.
Additionally, in the browser console, the following errors appear when using the Operator role, while with the Supervisor role no errors appears:
Send command 0 to channel 169
main-api.js?v=S4KW3N…MfjD4fDkize9viOY:55 Error in sendCommand. Access denied
mimic-bundle.js?v=u6…IpAfG_gxprHZvY:4417 Send command 0 to channel 169
main-api.js?v=S4KW3N…MfjD4fDkize9viOY:55 Error in sendCommand. Access denied
mimic-bundle.js?v=u6…IpAfG_gxprHZvY:4417 Send command 1 to channel 170
main-api.js?v=S4KW3N…MfjD4fDkize9viOY:55 Error in sendCommand. Access denied
Is there any solution for this, or does anyone know why this is happening?
Thank you very much for your help.
Best regards,
-
This topic was modified 19 hours, 8 minutes ago by
tekno132.