Replies: 0
Hi,
I tried to login in on the site kit, after following all access it just back to the same sign-in page.
always back to sign in page: https://imgur.com/0AfwMHM
and I’d tried to reset it and other ways that i found on the site, unfortunately, it still doesn’t work…
– I had been able to set up site kit previously.
– I only have this website.
– I check the inspect found that I got an error as :
Unchecked runtime.lastError: The message port closed before a response was received.
and after following the instruction this is what I got:
{
"isSiteKitConnected": true,
"isResettable": true,
"isAuthenticated": true,
"requiredScopes": [
"openid",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/siteverification",
"https://www.googleapis.com/auth/webmasters"
],
"grantedScopes": [
"email",
"profile",
"https://www.googleapis.com/auth/webmasters",
"https://www.googleapis.com/auth/siteverification",
"openid",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/userinfo.email"
],
"needReauthenticate": false,
"isVerified": false,
"isFirstAdmin": false,
"hasSearchConsoleProperty": false,
"showModuleSetupWizard": null,
"moduleToSetup": ""
}
thank you!