Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lalbertini

    (@lalbertini)

    Adam, after resetting the Site Kit settings, I was able to set up the sharing options.
    Thanks for your help.

    So I’m no longer able to provide you with the logs you requested, but just know that I’ve run into this problem quite often (and I get the impression I’m not the only one, judging by the posts in the forum).

    Thanks again, and have a great day!

    Thread Starter lalbertini

    (@lalbertini)

    Yes, the problem still persists without this plugin. And yes, i am using it to change the wp-admin path.
    In fact, I did use the plugin Troubleshooting prior to this additional test, which also disables WPS Hide Login.

    I should note that this bug occurs when attempting to set up sharing rights and permissions in the dashboard, and that this interface is buggy (unable to apply settings)

    I tried with a new admin user, but because I can’t switch the “Who can manage view access” setting to “Any administrator logged in with Google”—which is set to “Only me” by default—the new admin user can’t manage the view.
    Google Site Kit prompts them to contact the primary admin.

    Thread Starter lalbertini

    (@lalbertini)

    Thanks for your help.

    1. Done with the private form
    2. Yes
    2.1 googlesitekit-vendor-faeb55f0755c37678e89.js:9 Error: An error occurred while running ‘mapSelect’: Cannot perform ‘get’ on a proxy that has been revoked
    The error may be correlated with this previous error:
    TypeError: Cannot perform ‘get’ on a proxy that has been revoked

    2.2 googlesitekit-main-dashboard-672b7f384b8c95961e21.js:53 Caught an error: Error: An error occurred while running ‘mapSelect’: Cannot perform ‘get’ on a proxy that has been revoked
    The error may be correlated with this previous error:
    TypeError: Cannot perform ‘get’ on a proxy that has been revoked

    2.3 googlesitekit-vendor-faeb55f0755c37678e89.js:9 TypeError: Cannot perform ‘get’ on a proxy that has been revoked

    2.4 googlesitekit-main-dashboard-672b7f384b8c95961e21.js:53 Caught an error: TypeError: Cannot perform ‘get’ on a proxy that has been revoked


    3. Yes

    4. Yes

    Thread Starter lalbertini

    (@lalbertini)

    Hello,

    Thank you very much for your complete and very detailed answer.
    I was able to proceed to a debug on my staging server.

    The problem comes from the deletion of the css file related to the dashicons

    function wpdocs_dequeue_dashicon() {
    if (current_user_can( ‘update_core’ )) {
    return;
    }
    wp_deregister_style(‘dashicons’);
    }
    add_action( ‘wp_enqueue_scripts’, ‘wpdocs_dequeue_dashicon’ );

    When I remove this “optimization”, the field has the normal behavior on all browsers.
    I don’t understand why this doesn’t affect Chrome 🙂

    Thanks also for the precisions on the use of several H1 tags.
    I didn’t think Google had become more “relaxed” on the subject 😀

    Nice day to you,

    Laurent

    • This reply was modified 5 years, 6 months ago by lalbertini.
Viewing 4 replies - 1 through 4 (of 4 total)