Sharing Error (Failure to Read URL Parameter)

Hello Adalo Community,

I’m trying to implement a direct WhatsApp sharing link for a product detail screen, but the deep link fails.

Setup:
Goal: Share the clean URL: mywebsite/product_detaill?id=XXX

“product_detail” is the deep link route for the page containing the product.

Problems:

External Link Action (Share on watsapp): When constructing the link with our clean URL, the link is ignored, and the user lands on the homepage.

Native Share Action: Fails with the error “Object Type not supported for sharing.”

The internal Adalo deep link (the long URL with ?target=…&params=…) works when copied manually, but cannot be built/shared automatically.

Question: How can I get Adalo to reliably generate a clickable link using the simple ?id=XXX structure via WhatsApp, or how can I fix the Native Share Action error?

Thanks! :folded_hands:

Hi @StringW,

You should use the ‘Deep Linking Share’ action. Have you used it? : Deep Linking Share Action | Adalo Resources

Doesn’t work for PWAs which you get that error message and only Native apps.

Thank you and have a great day!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.