It works as intended
-
When I first tried, i got error “Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress”
After digging deeper, turned out varnish misconfiguration. it was supposed to pass on this site, but it wasn’t do so. if anyone use varnish make sure to include the new login page in the skipped patterns. e.g. wp-login|wp-admin -> wp-login|yournewloginpage|wp-admin
if you are passing on the domain, make sure vcl_backend_response is returning deliver on unreachable backend before doing anything else.
Developer tried to help as much as they can. it’s hard to predict this case without debugging it directly. thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘It works as intended’ is closed to new replies.