FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

[Bug]: Deleting a group with a large number of memberships times out #2752

Open mooreds opened 1 month ago

mooreds commented 1 month ago

What happened?

It appears to complete, but I get a timeout from the UI. Deleting an application with a large number of registrations doesn't appear to have the same issue.

To replicate:

If you refresh the page, it appears to work.

Did not see any messages in the system log.

Version

1.50.1

Affects Versions

No response

robotdan commented 3 weeks ago

This will happen anytime the browser times out waiting for us to complete work. The only way to really fix this is to make more of these requests truly async instead of waiting for them to complete.