-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
I encountered a CSRF token verification error when trying to log in to Bolt (StackBlitz).
The error message displayed was:
“Yikes! It looks like we can't verify CSRF token.
This error can occur when you use an incognito mode. Please enable third‑party cookies and try again.”
Steps to reproduce:
- Open Bolt/StackBlitz in Google Chrome on Windows 11.
- Attempt to log in using [Google/GitHub] credentials.
- Error message appears and login fails.
Expected behavior:
Login should succeed without CSRF token verification error.
Actual behavior:
Login fails with CSRF token error message.
Additional details: - Browser: Google Chrome
- OS: Windows 11
- Mode: Normal

Reactions are currently unavailable