Skip to content Skip to sidebar Skip to footer

Testing Google One Tap - Closed And Now Getting "suppressed-by-user" Message

I am adding the Google One Tap api to a React application. I am correctly getting the one tap login modal showing up. However, I clicked to close the modal, and now am getting the

Solution 1:

I think I've solved the issue. I had to follow the following guide in order to fully clear out the cache for the localhost:3000: https://superuser.com/questions/278948/clear-cache-for-specific-domain-name-in-chrome

F12 > Chrome Developer Tools > Application tab > Clear storage in left tree > Select all data items > click Clear site data

Solution 2:

Another way to avoid 'cool down' during developement is to use incognito browser mode.

You can restart the incognito browser to clear all cached content.

Post a Comment for "Testing Google One Tap - Closed And Now Getting "suppressed-by-user" Message"