When I access the Universal Login page through the Auth0 CLI, I encounter a blank page

I successfully login through CLI and view the customize pages in standard way. The page is empty

1 Like

Hi @jeff.qiu

Welcome to the Auth0 Community!

Can you share with me all the steps to reproduce this problem on my machine?

Thanks
Dawid

Hi, this is also happening to me. I just updated my auth0-cli to the latest version, 1.10.1 221be917143c6f8b397663957e76ccf710f5cb6d, and after that performing the auth0 ul customize opens the browser to a blank page.

Hi, I used “auth0 login” to log into my account first, and then I ran the auth0 ul customize command and selected the standard version. The CLI instructed me to ‘Perform your changes within the editor: “xxxxxxxx”’, but when I visited that page, it appeared blank." I checked the browser’s response, and it returned an empty HTML page. This is the request link and response:Request URL: http://localhost:52649/ Request Method: GET Status Code: 200 OK Remote Address: 127.0.0.1:52649 Referrer Policy: strict-origin-when-cross-origin

<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/png" href="https://cdn.auth0.com/quantum-assets/dist/1.0.3/favicons/auth0-favicon-onlight.png" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Auth0 | Branding Customization</title>
    <script type="module" crossorigin src="/assets/index-02c2d2f8.js"></script>
    <link rel="stylesheet" href="/assets/index-ba9d88e4.css">
  </head>
  <body>
    <div id="root"></div>
    
  </body>
</html>

Hi @jeff.qiu and @brad6

Can you try to upgrade your Auth0 CLI client to the latest version, 1.11, and check if this issue occurs? I’ve tested it on my machine,e and I could access the standard customization of the Universal Login this way.

Thanks!
Daiwd

Thanks, I have tried to downgrade to 1.8, and it could solve the issue.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.