Run these in the browser console: 1. Check if token is stored: localStorage.getItem('auth_token') 2. Check if user is stored: localStorage.getItem('user') Then tell me what you get for both.