I’m working on a web app to manage tasks for my field team. I’ve got Engagespot plugin set up for notifications, and it’s doing fine with emails and web push. But, when it comes to in-app notifications, I’m hitting a snag. They’re showing up, but I can’t seem to make them clickable or actionable.
I receive the notification inside in-app like this
As mentioned in this doc Working with actionable notifications | Engagespot, the In-App action components like buttons may not work properly when debug mode is turned ON in Bubble preview mode. To turn off debug mode, you can append ?debug_mode=false to your Bubble app preview URL.