[SOLVED] The file manager only displays spinner

I experienced a problem like this thread: https://forums.cyberpanel.net/discussion/883/file-manager-error-showing-loading-spinner-only-but-no-result-or-alert-of-any- errors # latest

I have changed inheritance 0 into inheritance 1. But the file manager is still an error, only showing spinner.

Please help.

Faced same problem! No one here for reply?>

For both of you, your main webserver is online?

make sure to set “Use Client IP in Header” to NO in litespeed webadmin console and read this too Some Dont's After Installing CyberPanel! - Blog Posts - CyberPanel Community

make sure to set "Use Client IP in Header" to NO in litespeed webadmin console and read this too https://forums.cyberpanel.net/discussion/171/some-donts-after-installing-cyberpanel#latest

This recommendation also doesn’t help me.

For both of you, your main webserver is online?
My server online

Im aslo having the same problem. I think it happens because of something relating to rewrite rule. I tried to add
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
To my wordpress site and the file manager stopped woking till I removed all rewrite rule.

Im aslo having the same problem. I think it happens because of something relating to rewrite rule. I tried to add
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
To my wordpress site and the file manager stopped woking till I removed all rewrite rule.

Yes.
If you remove the rewrite rules from the Vhost Conf file then everything is fine

Update:

In your vhost conf for file manager context you need to add enable 0 under rewrite. For example it should look like

rewrite  {
        enable               0
      }

This is for OpenLiteSpeed.

Hi there,
i noticed that in the demo hosted here the behaviour is exactly the same. The filemanager is not showing the files. Just the spinner does indicate that there’s something going on in the background

In demo File manager is disabled. If you have any issue on your server you can try the above solutions.

Understood :slight_smile: Thanks.

But does this also mean that if one has set some rewrite rules for his vhost, he will not be able to use the File Manager?
I would like to have both functionalities. In my case i depend on the built in file manager to regularly extract uploaded archives. And with each project i would need activated rewrite rules as well.
Would that work together?

If you follow guide in this thread then you can have any rules in your .htaccess.

Ah well, got it now. I misread “In your your vhost conf for file manager context” above and concluded falsely that all vhosts are affected.

Thank you! :slight_smile: