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
{{ message }}
This repository was archived by the owner on Apr 30, 2023. It is now read-only.
I want to disconnect the Facebook connection for some reason, But I am unable to delete the connection from under stores->Facebook->setup by pressing this button "Delete Connection",
Can you please let me know the steps that I will follow to disconnect/delete the connection ?
The text was updated successfully, but these errors were encountered:
I had trouble with this as well and looking through the code I couldn't see anything that would actually unset the config for installation. It did seem to remove the Facebook connection though, but just not on Magento's side.
It may not be the best solution, but what I did was truncate/drop the facebook_business_extension_config table and then run php bin/magento setup:upgrade. It no longer appeared after that (and I was able to connect to another one again).
Edit: My bad, there is indeed a method in the code that deletes the connection on Magento. It seems to not be firing because of an XHR returning an error when pressing the delete button.
Exactly, I did also change the facebook_business_extension_config table by one of its entry related to enable disable from 1 to 0,It solved my issue . But that is not the ultimate solution. The Extension provider must provide a solution of this problem ASAP
I want to disconnect the Facebook connection for some reason, But I am unable to delete the connection from under stores->Facebook->setup by pressing this button "Delete Connection",
Can you please let me know the steps that I will follow to disconnect/delete the connection ?
The text was updated successfully, but these errors were encountered: