Import from Wordpress Ghost plugin fails

Updated to the latest Ghost and latest WordPress Plugin, then exported and attempted an import and got:
Import failed due to an unknown error. Check the Web Inspector console and network tabs for errors.

No hints on Chrome developer tools or network tab, where else can I check?

The issue seems to have been on nginx, fixed using:
proxy_read_timeout 1200;
in nginx.conf

2 Likes

Hey @yusufk how exactly did you use proxy_read_timeout 1200; ?
Added in nginx.conf or updated the line? I can’t find it there.

Thank you!

It was a long time ago, but I suspect that I added the line.