plugins – Import product images stuck
I was importing products/images through csv in woocommerce, while importing I’ve opened the chrome dev tools/Network tab, and I’ve seen that WordPress sends an XHR request/Ajax request, it’s like a loop if a single ajax request callback to a successful response it pushes another XHR request, but if the request stuck it breaks the loop and woocommerce stop importing product
Is there any way to continue the stuck loop? i’ve tried replaying XHR request, but it uses other initiator, i want to replay XHR with same ajax initiator so ajax get callback and continue the loop, Thanks in advance.
Leave an answer