-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Site Deletion: console error after deletion and no confirmation #5084
Comments
Related: #4444 |
Missing confirmation is a dupe of #158 |
Also I just observed |
Yes, new issue would be good. Thanks! |
I did some screen-sharing with @fabianapsimoes, looks like the |
@fabianapsimoes Did you happen to know what line number that's coming from? |
I've just tested this again, after #5190 was merged, and seems the errors are gone.
This is also fixed now. We're redirected to the no sites screen after the deletion. Closing. |
I'm seeing two console errors in the Site Deletion flow:
this.notes[0] is undefined
shows as soon as I load/settings/general/:site
. This continues being logged in the console within regular intervals of time.TypeError: ownProps.site is undefined
shows as soon as I complete the deletion flow and see the green notice.Another thing I noticed is that there's no confirmation the site was deleted. I see a green notice saying ":site is being deleted" but nothing happens after that. Not sure if that's by design or related to the errors mentioned above.
Steps to reproduce:
/settings/general/:site
and check the console. You'll see the error aboutthis.notes[0]
.ownProps.site
.cc @gwwar, @rralian: @stephanethomas mentioned the error about
ownProps.site
might be related to #4881 (p1461846744000049-upgrades-slack).The text was updated successfully, but these errors were encountered: