I’m developing a coupon app as a PWA. I would like to send push notifications whenever a new coupon is added. My goal is for the push notification to take the user directly to the specific coupon’s page when clicked.
However, in the push notification setup, I can only select general screens – I can’t seem to link to a specific item (coupon). I thought I could solve this by using a URL, but when I try to set this under the “Website” section of the notification settings, it just shows: “Link to deleted screen.”
Also, even when I select any screen from the list, the push notification does not navigate to that screen at all in the PWA – it just opens the app, but stays on the home screen.
This seems like either a bug or a limitation. Is deep linking from push notifications to a specific screen (or item) possible in PWA apps built with Adalo? If so, could you please guide me on how to set this up properly?