When I go to my notifications stream on the Roblox website it doesn’t show game updates. I was used to there being a thing at the top of the stream that you click to see all the new recent updates for games your following. This happens on the Roblox Website (Google Chrome) and has been happening for I’d say maybe ~2 months (estimate). I made sure to disable all extensions.
The notifications button has a badge icon signifying that new notifications are present, but opening the notifications tab reveals no new game update notifications (this is not an issue for other notifications like friend requests, etc.)
My game update notifications are turned on in settings, and this occurs on macOS Chrome and the Roblox iOS mobile app. This issue has been happening for months.
Have there been any updates on this? When opening the Notification Stream, it seems to send a request to https://notifications.roblox.com/v2/stream-notifications/get-latest-game-updates which responds with a 404 error.
As of 9/3/21, a year + a few days after this topic was created, the issue still persists.
Here’s a screenshot of my notification stream. Game Updates are broken. I also still get blank notifications, and when I check, there’s no new messages, Friend Requests, or Game Updates.
This is happening to me too, I thought it was someone sending some messages or friend request, then I updated my game (which I had followed) and a notifcation appeared.
But I think we have the same thing: Someone sent us a message I do not know if you replied but I think it could be also Roblox reminding you of a message, even if you read it. This might be false but maybe it’s just a coincidence.
Bump.
More than a year since the report, I can confirm that it is still happening (at least for game updates notifications, with game updates notifications turned on). This is a huge problem to communicate updates for my game.
I don’t remember the day when game notifications worked anymore…
I’ve had this bug for who knows how long and decided to look for some possible solution, just to find out this bug has been unsolved since August 2020. Almost two years, hmm…
I’m rather frustrated by the lack of updates on this. To help debug, here’s the console error I receive when opening the notification panel:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://notifications.roblox.com/v2/stream-notifications/get-latest-game-updates?universeIds=
[SNIP]
(Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 404.
If I use an extension to intercept the request and add the CORS headers, it appears that the endpoint is returning an HTTP 404.