You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to the /login URL (e.g., http://127.0.0.1:5173/login)
Open the developer tools (F12)
Wait for Pinia to load (🍍 "big-user" store installed 🆕)
Enter the username 1234567890 and password 1234567890, then click on login
The program does not proceed, there are no errors in the console, but the source panel shows "TypeError: Cannot read properties of null (reading 'VUE_DEVTOOLS_APP_RECORD')". The program cannot execute. If you close the console, the program can execute.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction: https://github.com/yueyuqi555/pinia-devtools-issue
To reproduce the bug:
Go to the /login URL (e.g., http://127.0.0.1:5173/login)
Open the developer tools (F12)
Wait for Pinia to load (🍍 "big-user" store installed 🆕)
Enter the username 1234567890 and password 1234567890, then click on login
The program does not proceed, there are no errors in the console, but the source panel shows "TypeError: Cannot read properties of null (reading 'VUE_DEVTOOLS_APP_RECORD')". The program cannot execute. If you close the console, the program can execute.
Beta Was this translation helpful? Give feedback.
All reactions