Wordpress to Ghost Migration Update

Hey, what we ended up doing was fixing the wordpress plugin, by just adding a $posts_args array value in the plugin to control the number of posts that are exported at one time (line 302 in the plugin). For example, we added an argument ‘posts_per_page’ => 50. This worked b/c now we only export 50 posts at a time.

However, we can’t actually import anything on the Ghost application. We keep getting the following error on the ghost side:
“Failed to load resource: ghost/api/v3/admin/db/:1 the server responded with a status of 504 ()”

FYI, we are importing everything via the admin. The error above is what is shown in the console. The actual error in the admin is just that the import has failed and check the console for errors. We only have 5 posts in the import file.