[misc]: how do we make it clearer why callbacks might fail #1078
Labels
stale
No activity in the past 10 days
status: in progress
work is currently underway to address this issue
I understand that this issue may be closed if it should be filed in another category
My issue
it feels like >90% of issues we get is related to misconfigured middlewares / auth rules.
when you know where to look, it's very easy to identify this. e.g. latest issue report resolved in 3mins after given a reproduction:
but it's not always possible to provide access to the repo and when constructing a minimal repro you might omit your auth layer.
so... how can we surface a nice error message to make it trivial to debug this misconfiguration?
What we already have:
What we will have
These all requires context switching away from your editor though, so there's no obvious hint in the editor / terminal why it might've failed
The text was updated successfully, but these errors were encountered: