Base solution for your next web application
Open Closed

App notifications resulting in permission request declined #10880


User avatar
0
Astech created

V10.4.0 - MVC - NET CORE

File: {.Core Project}/Notifications/AppNotifier.cs

Whenever any of the calls to PublishAsync are being run in this class (including the out of the box ones like NewTenantRegisteredAsync), we are getting the following error in the browser console:

Anyone any ideas? Thanks


2 Answer(s)
  • User Avatar
    0
    sedulen created

    @Astech - which browser are you in, Google Chrome?

    If you are in Google Chrome, open Settings, and in the top search bar, search for "notifications". Click on "Site Settings", then click on "Notifications" (under Permissions)

    In the Notifications settings page, can you confirm what the Default behavior is for your browser? Hopefully the radio button is set to "Sites can ask to send notifications"

    And then further down, look if your site is listed under "Not allowed to send notifications".

    When I've seen that before, it's that the Default behavior is set to "Don't allow sites to send notifications"

    I hope that helps, -Brian

  • User Avatar
    0
    Astech created

    @sedulen - Spot on, we are using Google Chrome and the site had been added to the blocked list at some point. Many thanks for your help Kind Regards