Query params not passed when password reset or invitation link expires

Thanks for the reply!

So the issue is the following, I have an app which is used by multiple organizations that need to be resolved through URL params after login which is set up and works fine. These parameters also work fine with successful password reset.

However, if the link for password reset expires, Auth0 shows the following with a button that says “Back to Platform”:

This is also expected. The issue starts here, when I click on the “Back to Platform” button, which leads to my app, none of the query parameters needed to resolve the organization are passed to it and I get some errors.

I think this post explains a similar issue, but there are no updates whether a fix for it has been released.

Any answers or pointers would be greatly appreciated!