You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting a Playground site to Jetpack, the following error shows up:
@sergeymitr pointed out there must be some database issue in the Playground site:
Looks like the site experiences issues with the database.
The site gets registered successfully, but it’s unable to save the blog ID or connection token. Then it generates the URL to establish user connection, tries to load blog ID from the options and fails.
So it doesn’t seem to be a connection issue, rather inability to properly connect the site due to option saving issues.
Jetpack is a commercial plugin, but the error is likely related to the SQLite integration in WordPress Playground and may affect other plugins.
The text was updated successfully, but these errors were encountered:
No fancy MySQL queries, it just doesn’t save the options.
I created a test plugin in playground/wp-content/plugins/save-options-test.php to test simple update_options() call, and it works for the non-playground install you have there, but doesn’t work for the playground:
Interestingly, I wasn't able to reproduce this with a local Playground, nor with a local wp-now installation. Maybe the problem is specific to an exported Playground instance?
When connecting a Playground site to Jetpack, the following error shows up:
@sergeymitr pointed out there must be some database issue in the Playground site:
Jetpack is a commercial plugin, but the error is likely related to the SQLite integration in WordPress Playground and may affect other plugins.
The text was updated successfully, but these errors were encountered: