I'm using Firebase Dynamic Links to redirect users to mobile app.
Links like https://example.com/mypath
works, but I also want to use root url, i.e. https://example.com
Currently it shows error:
Invalid Dynamic Link
Requested URL (https://example.com/) must be a parsable and complete DynamicLink.
If you are the developer of this app, ensure that your Dynamic Links domain is correctly configured and that the path component of this URL is valid.
When I try to set up a link without prefix, it shows error:
Short URL is required
Is it any way to set up root url?