hi ansh ))
thanks for posting this q on the q&a, its super helpful when folks share details like screenshots, really thx.
So, check if u registered the browser platform correctly in azure. sometimes the p12 certificate or vapid keys get messed up during setup. also peek at the hub's diagnostic logs - they often hide clues that the ui doesn't show.
and try sending without tags first. just hit 1-2 test devices directly. if that works, then bam - tag expressions might be the sneaky culprit.
make sure ur service worker is awake and kicking. browsers love to put them to sleep like lazy cats. u can test this in chrome devtools under 'application > service workers'.
also worth trying a different payload sizes. sometimes that 'unknown error' is just hub being picky about message length. start small then grow.
and this might help in other tools too, check ur CORS settings. browser pushes get real fussy about cross origin stuff. devtools console will yell at u if thats the issue.
keep us posted if these dont work %)
rgds,
Alex