Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Browser did not receive any browser(web push) notifications #329

Open
AndrewTheWild opened this issue Sep 4, 2024 · 0 comments
Open

Comments

@AndrewTheWild
Copy link

Describe the bug
I create my hub and install subcription for browser.
After
I use this commands for sending
var browserNotification = new BrowserNotification(sampleNotificationContent);

var directSendOutcome = await _hub.SendNotificationAsync(browserNotification,"ankyr");

Response

{StatusCode: 201, ReasonPhrase: 'Created', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers: { Date: Wed, 04 Sep 2024 08:47:09 GMT Server: Kestrel Strict-Transport-Security: max-age=2592000 TrackingId: 4aa94515-5ac0-4859-a5e1-d8a3b79875fa x-ms-correlation-request-id: f7e966d3-b689-4c75-930a-44b14d528c7a X-Powered-By: Azure Notification Hubs Content-Length: 0 }} | System.Net.Http.HttpResponseMessage

image

Also tried to send notification via Portal
Response the same

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant