Is there any reason NOT to use the reset_pw view to create deep links?
I mean, the view is editable and seems to take url parameters. Can we just have a “when loaded” workflow that checks for a page= url parameter and redirects to the appropriate page, passing along whatever other parameters were passed in as data?
I’m actually looking into the same option. It doesn’t sound very reasonable, to be honest, but it seems to be the only viable way to achieve the pretty basic functionality of “opening the app at a specific view” at the moment.
However, I’m unable to find where exactly to get the URL, even in the reset_pw view (ChatGPT insists there’s a “Get Data from Page URL” action, but I don’t have one). Could you please tell me where you added/fetched your custom parameters (e.g. page)?