Title: Please FIX the bug!
Last modified: July 27, 2026

---

# Please FIX the bug!

 *  Resolved [siradhanaventures](https://wordpress.org/support/users/siradhanaventures/)
 * (@siradhanaventures)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/please-fix-the-bug-3/)
 * Hi there,
 * First of all, Thanks for such a wonderful plugin to send push notifications with
   ease.
 * After i installed it on our site, It was not sending push notif. to users, Neither
   We were able to save settings, Most of things were not happening.
 * In browser console , we were getting this: **gettting: Uncaught SyntaxError: 
   Unexpected token ‘)’ admin.js 890**
 * then, we checked the exact file in your plugin’s assets/js/admin.js : line no.
   890
 * There is a missing “}” parentheses.
 * Then we added and checked & Everything start working!
 * So please fix this and Update your plugin in the repo.
 * Thanks!
 * Ref:
 *     ```wp-block-code
                               if ( previewId ) {
                                   var $img  = $( '#' + previewId );
                                   var $wrap = $( '#' + previewId + '-wrap' );
                                   $img.attr( 'src', attachment.url );
                                   if ( $wrap.length ) {
                                       $wrap.show();
                                   }
                               } // <-- Added closing brace for: if ( previewId )  
       ```
   
 * One more:
 * When deleting any subscriber, Getting this:
 * admin.php?page=whoknew-signal-push-notifications&tab=subscribers&deleted=1
 * **Sorry, you are not allowed to access this page.**
    -  This topic was modified 1 week, 6 days ago by [siradhanaventures](https://wordpress.org/support/users/siradhanaventures/).
    -  This topic was modified 1 week, 6 days ago by [siradhanaventures](https://wordpress.org/support/users/siradhanaventures/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Jos Moody](https://wordpress.org/support/users/josmoody/)
 * (@josmoody)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/please-fix-the-bug-3/#post-18976172)
 * Hi [@siradhanaventures](https://wordpress.org/support/users/siradhanaventures/),
 * Thank you so much for the detailed report — and especially for pinpointing the
   exact line and the missing brace! That kind of specificity makes a huge difference
   and let us track down and fix both issues right away (the JS error and the subscriber
   delete redirect were actually related to the same root cause).
 * Both are fixed in version 2.0.1, which is now live. Please update and let us 
   know if you run into anything else.
 * Really appreciate you taking the time to dig into this and report back instead
   of just uninstalling — it genuinely helps us make the plugin better for everyone.
   If you’re finding WhoKnew Signal useful, a review on the WordPress plugin page
   helps other site owners discover it. No pressure either way, and thanks again
   for your patience while we got this sorted.
 * All the Best,
   JosWhoKnew™
 *  Thread Starter [siradhanaventures](https://wordpress.org/support/users/siradhanaventures/)
 * (@siradhanaventures)
 * [1 week, 4 days ago](https://wordpress.org/support/topic/please-fix-the-bug-3/#post-18977502)
 * Thanks for sorting this out 🙂
 *  Thread Starter [siradhanaventures](https://wordpress.org/support/users/siradhanaventures/)
 * (@siradhanaventures)
 * [1 week, 4 days ago](https://wordpress.org/support/topic/please-fix-the-bug-3/#post-18977503)
 * Resolved!

Viewing 3 replies - 1 through 3 (of 3 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplease-fix-the-bug-3%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/whoknew-signal-push-notifications/assets/icon.svg?rev=3600466)
 * [WhoKnew Signal - Self-Hosted Web Push Notifications & PWA](https://wordpress.org/plugins/whoknew-signal-push-notifications/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/whoknew-signal-push-notifications/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/whoknew-signal-push-notifications/)
 * [Active Topics](https://wordpress.org/support/plugin/whoknew-signal-push-notifications/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/whoknew-signal-push-notifications/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/whoknew-signal-push-notifications/reviews/)

## Tags

 * ["js error"](https://wordpress.org/support/topic-tag/js-error/)

 * 3 replies
 * 2 participants
 * Last reply from: [siradhanaventures](https://wordpress.org/support/users/siradhanaventures/)
 * Last activity: [1 week, 4 days ago](https://wordpress.org/support/topic/please-fix-the-bug-3/#post-18977503)
 * Status: resolved