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
Yes, it would probably work. The problem is that I already have other links handled successfully with @deeplink, so I would have to parse all my other links with the global {id}, that's quiet a lot of work...
Do you know what is the matter with {id}-something ? It seems related to the '-' character but I don't know...
Hi,
I have an issue with an url starting with {param}-
For example : https://domain.app/7-something
I can't catch it with @deeplink("https://domain.app/{id}-something")
If I change the URL to:
https://domain.app/7/something
I can catch it with @deeplink("https://domain.app/{id}/something")
Why is that ?
Theo
The text was updated successfully, but these errors were encountered: