Frontend
    • 20 Jul 2023
    • 1 Minute to read
    • Contributors
    • Dark
      Light

    Frontend

    • Dark
      Light

    Article summary

    ProblemActions
    After authenticating with the Zetaly Portal:
    "Login or password is incorrect" then the authentication page keeps displayed
    • Clear the browser cache if you have recently updated the Frontend.
    • If access to the BI Tool is configured in secure mode (https), access the BI Tool's authentication page for the first time to obtain the certificates.
    After authenticating to the Zetaly Portal:
    • "Login or password is incorrect" then the authentification page keeps displayed
    • In browser logs (F12 key), we can see an error CORS origin
    • Calls from domains with different origins must be allowed  
      ["*"] allows all URLs, all domains; it is better to define only the identified URLs: ["10.50.120.1", "10.50.120.2"]
      {
          "enabled": true,
          "allowedOrigins": ["*"]
      }
      Permission to be configured from Sisense Admin >>  REST API
    After authenticating with the Zetaly Portal, the following error appears: "Cannot retrieve unlinked fields"
    • Verify that the ZCC service is running.
    • This may be due to a faulty backend installation (check the zetalyinstall.cnf file and all its properties associated with the ZCC, ZRP, MYZ and ZDE backend modules).
    Accessing the Zetaly Portal authentication page results in an http 404 error

    Valid if the front is accessed via http:

    • Check that port 80 is not used by others services
      netstat -nao | Select-String ":80 "
    • Stop other services using port 80
      net stop http
    • Restart the zetalyfrontal (ex-zetalyproxy) service.
    • Access to the Zetaly Portal via https



    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.