Dear All, I am facing issues with registering with FCM app from Google Chrome extension. The
chrome://gcm-internals show the registration is failing after 5 to 10 minutes with
UNKNOWN_ERROR. Chrome runtime error message "Server error occured" I am using sender id of my project, the code:
chrome.gcm.register([fcmSenderId], registrationId => { })
The registration was working until July 4th, after which I took a break in using the app, now it is not registering anymore. I am using chrome version of 128. Anyone have a clue or where I can look for answers?