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 trying to create an external connection with the site, which has over 10 post types ajax_verify_external_connection can't establish a connection because of a timeout.
The core problem in WordPressExternalConnection's check_connections method. It gets all post types available in REST and does for each of them remote_get and remote_post to check user's permissions.
Hey @helen ,
In our case we have ~15 post types and it's a problem to get external connection verified, usually, therefore, we had to change external connection verification process.
It will be very nice if we can include this change in next releases, for sure happy to make any improvement/fix that you will point out.
When trying to create an external connection with the site, which has over 10 post types ajax_verify_external_connection can't establish a connection because of a timeout.
The core problem in WordPressExternalConnection's check_connections method. It gets all post types available in REST and does for each of them remote_get and remote_post to check user's permissions.
The text was updated successfully, but these errors were encountered: