instant-articles-builder
instant-articles-builder copied to clipboard
website not displayed in builder
Steps required to reproduce the problem
- open instant articles builder
- enter url www.cbtisrael.co.il or article post within site
Expected Result
- expect to see website displayed
Actual Result
- display windows remains blank, no elements shown
Environment Info
VERSION: 0.2.0
URL: https://www.cbtisrael.co.il/2018/05/29/%D7%94%D7%A4%D7%A8%D7%A2%D7%AA-%D7%90%D7%9B%D7%99%D7%9C%D7%94-%D7%9E%D7%9E%D7%94-%D7%A0%D7%95%D7%91%D7%A2%D7%AA-%D7%90%D7%9B%D7%99%D7%9C%D7%94-%D7%A8%D7%92%D7%A9%D7%99%D7%AA/
RULES:
{
"generator_name": "facebook-instant-articles-builder",
"generator_version": "0.2.0",
"rules": [
{
"class": "TextNodeRule"
},
{
"class": "BlockquoteRule",
"selector": "blockquote"
},
{
"class": "ParagraphRule",
"selector": "p"
},
{
"class": "H2Rule",
"selector": "h2"
},
{
"class": "H1Rule",
"selector": "h1"
},
{
"class": "ListElementRule",
"selector": "ol, ul"
},
{
"class": "ListItemRule",
"selector": "li"
},
{
"class": "AnchorRule",
"selector": "a",
"properties": {
"anchor.href": {
"attribute": "href",
"selector": "a",
"type": "string"
}
}
},
{
"class": "ItalicRule",
"selector": "i"
},
{
"class": "EmphasizedRule",
"selector": "em"
},
{
"class": "BoldRule",
"selector": "b, strong"
},
{
"class": "ImageRule",
"selector": "img",
"properties": {
"image.url": {
"attribute": "src",
"selector": "img",
"type": "string"
},
"image.caption": {
"attribute": "src",
"selector": "img",
"type": "element"
}
}
}
]
}
Hi @ohadh, thanks for reporting this issue. I am able to reproduce the problem you describe. Our team will investigate what is causing it. We will post updates here once we have more information.
ok thanx for the update
Think this might be Duplicate of #108
I believe this is related with the way we are calling the preview service and that it is not handling correctly the unicode characters. Need to investigate more.