Yeah, definitely having some sort of issue with doing my #Instagram archive #import into @pixelfed account - it seems the images don't even reach the server and I get stuck at the step "processing imported posts" and nothing happens.
@pixelfed@mraiur@dansup One funky side effect is that all images I had previously selected and attempted to import are no longer shown as part of the IG archive, as if they have been processed.
@dansup@pixelfed@mraiur Hey! The import just stays at the "processing imported posts" step and nothing happens. Also, when I try again, all images I had previously selected and attempted to import are no longer shown as part of the IG archive, as if they have been processed. https://mst.muiiio.com/@muiiio/111823819826400698
@muiiio@pixelfed@mraiur Sounds like you didn't setup the cron job runner, which should be set to run every minute the command `php artisan schedule:run`.
You can manually process the existing import jobs by running `php artisan app:transform-imports`