Base44 auth

Base44 Login Page Not Loading or Showing Blank Screen

After setting up user authentication in your Base44 app, the login page fails to load or displays a completely blank white screen. Users cannot access any protected pages and the entire authentication flow appears broken.

This issue frequently occurs right after enabling the built-in auth module or after making changes to page visibility settings. The browser console may show JavaScript errors related to the auth component failing to initialize.

In some cases the page partially loads but the login form fields never appear, leaving users stuck with no way to sign in to your application.

Error Messages You Might See

Cannot read properties of undefined (reading 'auth') Redirected you too many times ERR_TOO_MANY_REDIRECTS
Cannot read properties of undefined (reading 'auth')Redirected you too many timesERR_TOO_MANY_REDIRECTS

Common Causes

  1. The authentication module was enabled but the login page was not set as public, creating a redirect loop
  2. Custom CSS or a third-party script is conflicting with the Base44 auth component rendering
  3. The app's auth settings reference a callback URL that doesn't match the current deployment domain
  4. Browser cache is serving a stale version of the page from before auth was enabled

How to Fix It

Start by checking your Base44 app's authentication settings panel. Ensure the login page itself is marked as a public page so unauthenticated users can actually reach it. Look for any redirect URL mismatches between your development and production environments.

Try opening the app in an incognito window to rule out caching issues. Check the browser developer console for JavaScript errors that might point to the root cause.

If the issue persists after these checks, the problem likely lies in how the auth module interacts with your specific page layout and components. A developer experienced with Base44's auth internals can diagnose and resolve this quickly.

Real developers can help you.

Dor Yaloz Dor Yaloz SW engineer with 6+ years of experience, I worked with React/Node/Python did projects with React+Capacitor.js for ios Supabase expert Matthew Butler Matthew Butler Systems Development Engineer @ Amazon Web Services PawelPloszaj PawelPloszaj I'm fronted developer with 10+ years of experience with big projects. I have small backend background too BurnHavoc BurnHavoc Been around fixing other peoples code for 20 years. Mehdi Ben Haddou Mehdi Ben Haddou - Founder of Chessigma (1M+ users) & many small projects - ex Founding Engineer @Uplane (YC F25) - ex Software Engineer @Amazon and @Booking.com Luca Liberati Luca Liberati I work on monoliths and microservices, backends and frontends, manage K8s clusters and love to design apps architecture Jen Jacobsen Jen Jacobsen I’m a Full-Stack Developer with over 10 years of experience building modern web and mobile applications. I enjoy working across the full product lifecycle — turning ideas into real, well-built products that are intuitive for users and scalable for businesses. I particularly enjoy building mobile apps, modern web platforms, and solving complex technical problems in a way that keeps systems clean, reliable, and easy to maintain. Krishna Sai Kuncha Krishna Sai Kuncha Experienced Professional Full stack Developer with 8+ years of experience across react, python, js, ts, golang and react-native. Developed inhouse websearch tooling for AI before websearch was solved : ) Victor Denisov Victor Denisov Developer Daniel Vázquez Daniel Vázquez Software Engineer with over 10 years of experience on Startups, Government, big tech industry & consulting.

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help

Frequently Asked Questions

Why does my Base44 login page show a blank screen?

This usually happens when the login page is not marked as public in your auth settings, causing a redirect loop. Check your page visibility settings in the Base44 dashboard.

How do I fix the redirect loop on my Base44 login?

Go to your app's authentication settings and ensure the login page URL is added to the list of public pages that don't require authentication to access.

Can I customize the Base44 login page?

Yes, but custom styling or scripts can sometimes interfere with the auth component. Test changes incrementally and check the console for errors after each modification.

Related Base44 Issues

Can't fix it yourself?
Real developers can help.

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help