Hi everyone, we are having issues with the plugin after clicking "+ add post" and selecting "Share your WordPress posts, pages or products" on the calendar tab.
We then get the message "The connection to the server failed. Please try again! You can find more information and solutions in the guide for server connection". I have followed the guide but nothing suggested there has solved the issue.
More specifically, the error appears after the plugin makes this POST call:
But only when it contains this body:
For all other POST requests made to the same route, it works perfectly fine as shown in the browser's network tab. POST requests with a body like this one, work perfectly fine with a 200 return code:
What do you think could be causing this issue?
Thanks for your assistance.
We then get the message "The connection to the server failed. Please try again! You can find more information and solutions in the guide for server connection". I have followed the guide but nothing suggested there has solved the issue.
More specifically, the error appears after the plugin makes this POST call:
Code:
https://logisticsgroupservices.co.uk/wp-admin/admin-ajax.php?_fs_blog_admin=true
Code:
action=b2s_sort_data&b2sSortPostTitle=&b2sSortPostAuthor=&b2sSortPostSharedBy=0&b2sSortPostCat=&b2sSortPostType=&b2sType=all&b2sShowByDate=&b2sPagination=1&b2sShowPagination=1&b2sSortPostStatus=&b2sSortPostShareStatus=&b2sUserLang=en&b2sSchedDate=2023-03-07&b2s_security_nonce=0123456789&b2sPostsPerPage=3
Code:
data%5Bb2s_heartbeat%5D=b2s_listener&data%5Bclient%5D=b2s&interval=60&_nonce=0123456789&action=heartbeat&screen_id=blog2social_page_blog2social-calendar&has_focus=false
Thanks for your assistance.
Comment