hello, non riesco a pubblicare, mi da erroreForbidden (403) CSRF verification failed. Request aborted.
At what stage, in what process, does this error arise ?
quando pubblico,nella schermata " Update Project"
Is this in the Google Play Store?
Please provide more information about your problem.
No non è presente sullo store, stavo convertendo il mio sito in APP, ho fatto tutti i passaggi e nella versione di prova si vedeva sul mio smartphone, e nella fasi di pubblicazione finale e che va in errore come ho illustrato prima
I find this elsewhere on the community:
Forbidden error code (403)
CSRF verification failed. The request was terminated.
You are seeing this message because this HTTPS site requires the web browser to send a "Referer" header, which it did not do. This header is required for security reasons, to ensure that the browser has not been hijacked by an external party.
If you have disabled your browser from sending “Referer” headers, please re-enable them, at least for this site or for HTTPS connections, or for same-origin requests.
If you use the <meta name="referrer" content="no-referrer"> tag or include the "Referrer-Policy: no-referrer" header, it is best to remove them. CSRF protection requires the `Referer` header to perform strict referrer control. If you care about privacy, use alternatives like <a rel="noreferrer" …> for links to third-party sites.
Somewhere in your app you are making an http call that is failing for the above reason ?