BookerE1
New Contributor III

@SJRDogNeedsBest wrote:

Hello @BookerE1 !

Thanks for your reply! Unfortunately, I tried everything and still nothing. I'm printing the text of the response that I'm getting and it seems it's trying to log in to Databricks to execute the request

 

<!doctype html>
<html>
 <head>
  <meta charset="utf-8">
  <meta http-equiv="Content-Language" content="en">
  <title>Databricks - Sign In</title>
  <meta name="viewport" content="width=960">
  <link rel="icon" type="image/png" href="https://databricks-ui-assets.azureedge.net/favicon.ico">
  <meta http-equiv="content-type" content="text/html; charset=UTF8">
  <script id="__databricks_react_script"></script>
  <script>window.__DATABRICKS_SAFE_FLAGS__={"databricks.infra.showErrorModalOnFetchError":true,"databricks.fe.infra.useReact18":true,"databricks.fe.infra.useReact18NewAPI":false},window.__DATABRICKS_CONFIG__={"publicPath":{"mlflow":"https://databricks-ui-assets.azureedge.net/","dbsql":"https://databricks-ui-assets.azureedge.net/","feature-store":"https://databricks-ui-assets.azureedge.net/","monolith":"https://databricks-ui-assets.azureedge.net/","jaws":"https://databricks-ui-assets.azureedge.net/"}}</script>
  <link rel="icon" href="https://databricks-ui-assets.azureedge.net/favicon.ico">
  <script>
  function setNoCdnAndReload() {
      document.cookie = `x-databricks-cdn-inaccessible=true; path=/; max-age=86400`;
      const metric = 'cdnFallbackOccurred';
      const browserUserAgent = navigator.userAgent;
      const browserTabId = window.browserTabId;
      const performanceEntry = performance.getEntriesByType('resource').filter(e => e.initiatorType === 'script').slice(-1)[0]
      sessionStorage.setItem('databricks-cdn-fallback-telemetry-key', JSON.stringify({ tags: { browserUserAgent, browserTabId }, performanceEntry}));
      window.location.reload();
  }
</script>
  <script>
  // Set a manual timeout for dropped packets to CDN
  function loadScriptWithTimeout(src, timeout) {
     return new Promise((resolve, reject) => {
        const script = document.createElement('script');
          script.defer = true;
          script.src=src;
          script.onload = resolve;
          script.onerror = reject;
          document.head.appendChild(script);
          setTimeout(() => {
              reject(new Error('Script load timeout'));
          }, timeout);
      });
  }
  loadScriptWithTimeout('https://databricks-ui-assets.azureedge.net/static/js/login/login.21e80507.js', 10000).catch(setNoCdnAndReload);
</script>
 </head>
 <body class="light-mode">
  <uses-legacy-bootstrap>
   <div id="login-page"></div>
  </uses-legacy-bootstrap>
 </body>
</html>

 




Hello, 

I’m sorry to hear that you are having trouble logging in to Databricks.

Please Try the below step for me. I think it's helpful for you.

  • Clear your browser cache and cookies: Sometimes, your browser may store outdated or corrupted data that interferes with the login process. You can try clearing your browser cache and cookies, and then try logging in again. You can follow the instructions here to clear your browser data.
  • Check your email address and password: Make sure that you are using the correct email address and password that you registered with. If you forgot your password, you can request a password reset link by clicking on the “Forgot Password?” link on the login page. You should receive an email with a link to reset your password. If you don’t see the email, check your spam or junk folder, or try a different email address.
  • Log out of Microsoft Entra ID: If you are using a Microsoft account to log in to Databricks, you may encounter an error if you have not enabled multi-factor authentication (MFA) for your account. To resolve this problem, you must log out of Microsoft Entra ID by going to portal.azure.com and logging out. When you log back in, you should get the prompt to use MFA to log in. If that does not work, try logging out completely from all Azure services before attempting to log in again.

I hope this helps you resolve your login issue. If you have any other questions or feedback, please let me know. I’m always happy to help.

 

 

Best Regard,
BookerE1