Definitely, this error was noticed earlier regardless of user being logged in or not, whenever the comment section is present at any page/post.
At console,
Failed to load resource: the server responded with a status of 403 () /ghost/api/admin/users/me/
At network tab,
Name: me/
Status: 403
Type: fetch
Initiator: admin-auth.min.js
RESPONSE:
{
"errors": [{
"message": "Authorization failed",
"context": "Unable to determine the authenticated user or integration. Check that cookies are being passed through if using session authentication.",
"type": "NoPermissionError",
"details": null,
"property": null,
"help": null,
"code": null,
"id": "9fda2mk0-f70a-11ed-96h4-cbc5673b00a1",
"ghostErrorCode": null
}]
}
Just for further information, these instances were cross checked at multiple devices at incognito/private browsing with cleared cache and no extensions enabled.
Maybe this seems to be intended but it would be great if it is possible to get rid off this or have an alternate solution for admin app to show the login screen.