You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using request logging or error capturing middlewares, the path printed in the log will be incorrect, if any error was thrown from within the mounted app.
When using request logging or error capturing middlewares, the path printed in the log will be incorrect, if any error was thrown from within the mounted app.
Example:
The result would be:
instead of what is expected:
IMHO it's better to wrap mounts within
try-finally
blocks, like this diff I created.The text was updated successfully, but these errors were encountered: