admin管理员组文章数量:1134555
I have a fresh install of WP multisite. When I go to wp-admin->Appearance->Customize I keep getting this login screen. It won't help if I enter username and password, it just says "please log in again".
From some research it loos like it's the scripts api-fetch.min.js:2
that is not able to fetch the local site and in stead fetches a admin page
Looking in my console I see the following error messages and warnings:
GET htt**://the-website/wp-json/wp/v2/widget-types?context=edit&per_page=100&_locale=user 403
GET htt**://the-website/wp-json/wp/v2/widget-types?context=edit&per_page=100&_locale=user 403
GET htt**://the-website/?customize_changeset_uuid=57a4dc4b-4bbe-4a79-b5b3-c3a46b519420&customize_theme=gaimer&customize_messenger_channel=preview-0 500
I also see this in Fetch/XHR
widget-types?context=edit&per_page=100&_locale=user
Result:
{code: "rest_cookie_invalid_nonce", message: "Cookie check failed", data: {status: 403}}
code: "rest_cookie_invalid_nonce"
data: {status: 403}
status: 403
message: "Cookie check failed"
Is this a WP bug and should be reported as a bug?
本文标签: multisiteWhy am I getting the login screen in wpadmingtAppearancegtCustomize
版权声明:本文标题:multisite - Why am I getting the login screen in wp-admin->Appearance->Customize? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736860556a1955895.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论