-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
False "Cannot read properties" error appears sometimes when saving a question #31766
Labels
Difficulty:Hard
.Frontend
Priority:P1
Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness
Type:Bug
Product defects
Milestone
Comments
cdeweyx
changed the title
False "Cannot read properties" error when saving questions
False "Cannot read properties" error appears sometimes when saving a question
Jun 21, 2023
This was referenced Jun 23, 2023
cbalusek
added
Priority:P1
Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness
and removed
Priority:P1
Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness
labels
Aug 8, 2023
paoliniluis
added
Priority:P1
Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness
.Frontend
labels
Oct 16, 2023
This is something that has started to happen more often in 47.3 |
1 task
Closed
This was referenced Oct 20, 2023
This was referenced Oct 27, 2023
Merged
This was referenced Jan 11, 2024
This was referenced Feb 5, 2024
Merged
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Difficulty:Hard
.Frontend
Priority:P1
Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness
Type:Bug
Product defects
Context
Not something that I can reproduce every time, but I am seeing this error fairly frequent (at least once a day) when I edit questions in a dashboard and try to save:
Cannot read properties of undefined (reading 'id')
. Despite the error, it does save as there is no error in the API call nor js console. Slack context.Steps to Reproduce
If you duplicate the Self-Service Business dashboard into your personal collection, and then try to edit each card (changing the name or the sql), and save, you should be able to hit the problem with at least one of the cards. I click thru each card from the dashboard, click on question link if not showing the original question, make edits, then save, and click on the “Back to ” link next to question title to go back to the dashboard to repeat the process.
The text was updated successfully, but these errors were encountered: