-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSC url property not found #1
Comments
Ciao, hai agganciato anche la proprietà GSC nell'area di configurazione? Il messaggio in console è relativo a mongoose, e non inficia l'attività dell'indexer. |
Dopo che hai scaricato il file del certificato in formato .json in Google API e associato l'account alla ownership di GSC, devi copiare il file nella directory config/cids. https://raw.githubusercontent.com/m3m3nto/giaa/master/public/img/giaa.png |
Ho paura che sia un problema di autenticaizione perchè dalle API non vedo passare nessuna richiesta. Nella guida https://developers.google.com/search/apis/indexing-api/v3/prereqs non ho fatto la parte di "Ottenere un token di accesso" perchè immagino che il sistema richieda in automatico il token, ma non vedo passare richieste. |
risolto, era un problema di match dei domini di search console. Il dominio che inserivo era senza / finale ed io inserivo lo slash in domain dell'applicativo. Adesso funziona correttamente!!! |
Bene! |
Hi @adrian-neadoo, |
@m3m3nto call looks like it's set correctly although I didn't touch the config/app.js file. I'm using the same JSON key in another tool and it works correctly I'm adding domain and checking that there are no whitespaces before/after but apparently I'm doing something wrong but don't have a clue what |
@adrian-neadoo There should be an exact match between the domain in GSC and the one in GIAA; i.e: if the domain in GSC is https://www.mysite.com/ the same domain should be added in GIAA. Also verify that the Google Cloud service account has ownership permissions within the GSC. |
thanks for your time @m3m3nto appriciate it :) yes so all looks good to me check out the 3 screenshot below
any idea what should I check more. |
Wich URL are you trying to send to the indexing api? |
yes no matter if I use https://domain.pl domain.pl/ or subpage domain.pl/url |
yes but your requests point to http, and the registered domain is https. Isn't it? |
@adrian-ndo Have you every got this working? Running into the same issues |
unfortunately no, I gave up tbh @yordiverbeeck |
@adrian-ndo Alright thanks for the reply, after some more debugging I found the simple solution which was in the DB querying. Might fix it for you too if you were still hoping to get this working 😅 |
Ciao, ho provato a fare tutte le configurazioni che ci sono scritte nelle istruzioni, ma qualsiasi URL provo a pushare ottengo sempre
GSC url property not found
e sulla console (windoes)
Starting indexer service...
(node:9864) DeprecationWarning: Mongoose:
findOneAndUpdate()
andfindOneAndDelete()
without theuseFindAndModify
option set to false are deprecated. See: https://mongoosejs.com/docs/deprecations.html#-findandmodify-Hai qualche suggerimento da potermi dare?
The text was updated successfully, but these errors were encountered: