Query params not passed when password reset or invitation link expires

Hello,

I have an app which receives some query parameters after a redirect from Auth0. Passing these params from Auth0 to my app works completely fine when the password reset is successful or invite is accepted.

However, when a link expires none of the parameters are passed when returning back to my app. Any idea on how to solve this?