Jetpack development mode

The Jetpack plugin also has a development mode that should be enabled on development.
For a bedrock site, add

Config::define('JETPACK_DEV_DEBUG', true);

to the site development environment config at config/environments/development.php.

Also see

This topic was automatically closed after 42 days. New replies are no longer allowed.