AbortError: Registration failed - could not retrieve the public key #7937
Unanswered
leegiseong20030603
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FirebaseMessaging fcm = FirebaseMessaging.instance;
fcm.getToken().then((token){
print("FCM TOKEN : ${user.fcm_token}");
});
When I run that code, I get the error "AbortError: Registration failed - could not retrieve the public key". how can i solve it??
We proceeded with flutter web, and navigator.serviceWorker.registers were successfully applied normally.
Beta Was this translation helpful? Give feedback.
All reactions