Troubleshooting bug reports — where to start?

Theo Lindqvist Theo Lindqvist hace 1 mes Resuelto

Something is not behaving and I am not sure where to begin. What should I check first, and what information would help others help me?

6

Adding a small note: the same idea applies on mobile, just with a bit more attention to tap targets.

This is expected behavior, not a bug. The guard you are hitting is intentional — it protects against a class of mistakes that used to cause data loss.

If you need the other behavior, there is a documented filter you can hook to override it per site.

One caveat for larger communities: keep an eye on the indexes. At a few thousand rows the difference is night and day.

I respectfully disagree on one detail. In my setup the opposite held true, though I suspect it comes down to community size.

Appreciate the clear steps. The dry-run tip in particular saved me from a mistake I would not have caught otherwise.

Strong agree. Good defaults beat a wall of toggles every single time.