Loader not going after image upload

Hi,

Thanks for creating this wonderful platform, I am loving it so far. Although, I recently come across a strange problem and thought you may help.

I am trying to upload image into this url-

https://demos.prateekchandra.com/cms/cockpit/finder

Image got uploaded successfully, but the loader kept on showing. Which I thought should not be displaying once the image got uploaded successfully.

Please let me know what can we do to solve this and why this issue is coming.

Please see the screenshot for details.

Thanks
mak

Hi,
If you nginx, try this configuration

location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

details https://github.com/agentejo/cockpit/issues/1031

It helped me