login/register/my-account doesn’t work
-
It’s in Localhost…
The store application cannot be accessed without prior authentication in WordPress… this means that the end user simulation cannot be done (login/register/my account) because the store app recognizes the WordPress administrator as the store’s customer… the deal would be to have two different ways, one for the administrator and one for the customer. In other words, the store should be accessible to the “public” (at the address?https://localhost:8080, for example), regardless of whether the WordPress administrator is logged in or not. According to common sense, authentication should only be requested when accessing the /wp-admin route, do you agree? (or only in /my-account, or when the end customer is finalizing the order, eventually, right?)
So, if it is helpful as we know, why this occurs?
- You must be logged in to reply to this topic.