-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome plugin says FPC is enabled, but it isn't #2
Comments
Hello @matt-bailey , If you are in doubt on your IP, you can just set "0.0.0.0/0". |
Fantastic that worked, thank you! My dev site is in a VM, so I had tried my host machines network IP address (in my case 192.168.0.1) and also 127.0.0.1. Neither of those worked, but 0.0.0.0/0 does - presumably that's just a catch-all wildcard IP? |
Yes, 0.0.0.0/0 means "all the network space", you probably have some kind of private network using a different class on you VM. |
…eter magespecialist#2 ($subject) while using PHP 8.0+ In new versions of PHP (8.*) the Second Parameter subject can't be null so if the $ranges is null then this will through exception : `Exception #0 (Exception): Deprecated Functionality: preg_split(): Passing null to parameter magespecialist#2 ($subject).....`. That crash the code flow. So by this commit solved the problem.
Hi. I'd like to try out your DevTools module, but the Chrome plugin says FPC is enabled when it isn't.
The site is running M2 CE 2.1.2. At the moment I'm testing it as a local dev site.
Can you help? Thanks.
The text was updated successfully, but these errors were encountered: