riasvdv / statamic-data-import

MIT License
14 stars 8 forks source link

Blank screen on the second page that shows first 5 rows #24

Open tobiv opened 1 year ago

tobiv commented 1 year ago

Whenever I click continue after selecting a CSV file, I get a flash of the "Your Data" page with the first 5 rows displayed, then 1-2 seconds after the screen goes blank. No errors in the console, the inspector just shows <!-- --> in the body. View page source shows all the proper (as expected, anyway) HTML.

I tried updating all composer dependencies, no change.

Statamic v4.20.0 Data Import v1.3.0

tobiv commented 1 year ago

Found the culprit: Antler tags in one of the content bodies I was trying to import. I stripped the tags and the import worked as expected.