Search Fix Guides

20 result(s) for "Unauthorized"

Admin Panel Accessible Without Login

Your Base44 app's admin panel, dashboard, or management pages are accessible to anyone who knows or guesses the URL. There is no login requirement, no role c...

base44 security

API Calls Failing With Errors in My AI App

Your app makes calls to an API (its own backend, Supabase, or a third-party service) and those calls fail. You see errors in the console like 500, 403, 404, ...

common general

API Keys and Secrets Hardcoded in Source Code

Claude Code generated code with API keys, database passwords, or other secrets hardcoded directly in source files. These credentials are now committed to you...

claude-code security

API Keys Exposed in Lovable Frontend Code

Your Lovable app has API keys, database credentials, or other secrets visible in the browser's source code or network requests. Anyone who views your site ca...

lovable security

API Request Missing Required Headers After Refactoring

API requests generated by Cursor are missing required headers, causing requests to fail with 400 or 401 errors. The server requires specific headers like Aut...

cursor api

Auth State Lost During Navigation or Redirect

User logs in successfully but gets redirected to login page again. Auth state is lost after clicking a link or navigating. Session appears to end prematurely...

lovable auth

Cascade Disabled Middleware - Security Filter Broken

Security middleware is not executing after Cascade refactored the filter chain configuration. CORS is broken, authentication is bypassed, or request logging ...

windsurf api

Cascade GitHub Integration - Fork Permission Denied

Expert cannot create GitHub forks for fix requests after Cascade modified the GitHub OAuth integration. The fork operation fails with 'permission denied' eve...

windsurf api

Environment Variables Exposed in Bolt Client Bundle

Your Bolt.new application is bundling sensitive environment variables into the client-side JavaScript code. Anyone who opens browser DevTools can see your AP...

bolt security

Express Middleware Execution Order Broken After AI Edit

After Cursor reorganized middleware in your Express app, authentication checks run after route handlers, causing protected routes to execute without validati...

cursor auth

GitHub Token Rejected on Replit

Your app fails to authenticate with GitHub API using stored tokens. The token is rejected as invalid, expired, or lacking required scopes. GitHub tokens have...

replit auth

JWT Token Expires Silently Causing Unexpected Logout

Users experience sudden logout after being idle or when making requests. API calls start failing with 401 Unauthorized. The JWT token has expired but the app...

lovable auth

JWT Token Not Validated Properly in API Routes

Your v0-generated API routes accept JWT tokens but do not properly validate them before granting access to protected resources. The token signature is not ve...

v0 security

JWT Token Validation Fails - Invalid Signature or Expiration

API requests fail with JWT verification errors even though the token appears valid. Tokens work initially but fail after some time or across different server...

bolt auth

Login or Signup Not Working in My AI App

Users try to log in or create an account but nothing happens, they get an error, or they're stuck in a loop. This is one of the most common issues with AI-ge...

common auth

OAuth2 Provider Not Configured - Missing Client ID

Your OAuth2 provider (Google, GitHub, Facebook) authentication fails immediately with cryptic errors. The login redirect works but authorization fails. Commo...

bolt auth

OAuth Token Refresh Fails After Cursor AI Refactor

After using Cursor's AI to refactor authentication code, OAuth token refresh requests return 401 Unauthorized errors. The application was previously handling...

cursor auth

Someone Hacked My AI-Built App

Something is very wrong with your app. Maybe you're seeing content you didn't create, users are reporting strange activity, your database has been wiped, or ...

common security

Spring Actuator Endpoints Returning 401

Spring Actuator endpoints (/actuator/metrics, /actuator/health) return 401 Unauthorized. Metrics and health checks are blocked. Security configuration restri...

replit api

Third-Party API Integration Not Working in Base44

You've configured a third-party API integration in your Base44 app (such as connecting to Stripe, SendGrid, Airtable, or a custom REST API), but the integrat...

base44 api