There seems to be an error while trying to embed Instagram or Facebook posts inside a Rich text field. When I set the url of the post in the embed input and press "insert" it keeps loading indefinitely.
There also is the following error in the console :
main.js:451 Uncaught RangeError: No value supplied for attribute type
And while checking the network tab, I realised whenever it tried to get the embed post, I get a 200 response but with the following json object :
{"title":null,"embed":{"provider_name":"Instagram","provider_url":"https://instagram.com","error":{"message":"API access disrupted. Go to the App Dashboard and complete Data Use Checkup.","type":"OAuthException","code":200,"fbtrace_id":"ACE9-ppqYa-_nyIWRIVqfRz"}}}
I'm just experiencing the same issue with the same error message in console as in the first post of this thread. Do you have any tips that might help me?
I'm having a similar issue.
When submitting the link, I got a console error 'No Value supplied for the attribute type'.
Also when I paste the url in the embed field, there's a code 200 response with the following body :
{
"title": null,
"embed": {
"provider_name": "Instagram",
"provider_url": "https://instagram.com",
"error": {
"message": "(#10) To use 'Oembed Read', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Oembed Read' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.",
"type": "OAuthException",
"code": 10,
"fbtrace_id": "AJjpE31LCuClD20SEEdrHEa"
}
}
}
Has anyone ran a similar issue ? Am I doing something wrong ?
I'm seeing this in a rich text field, after typing /emb ` .
About the workaround, I believe that having a dedicated embed field forces me to switch from a simple rich text field to a slices zone. That might not fit with my current front-end.