File manager not working.

Post Reply
kombajnik
Posts: 20
Joined: Fri Feb 19, 2021 1:42 am

Hello, uploading via filemanager not working.

After finish of upload in console appear error:
Image
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

I think the error is somewhere else.
Can you check the Response of ajax upload?
kombajnik
Posts: 20
Joined: Fri Feb 19, 2021 1:42 am

dpeca wrote: Mon Mar 22, 2021 9:37 pm I think the error is somewhere else.
Can you check the Response of ajax upload?
How to check response of ajax?


ps.
i tested this on 3 copies of myvestacp, every copy of myvestacp on another vps, and all have the same problem.
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

I believe this code is causing your problem - https://github.com/myvesta/vesta/commit ... 0d3860f355
You can delete those lines, as temporary solution.

This security fix is expecting that you access the panel via URL: https://hostname-of-your-server:8083/
Probably you are accessing the panel with address that is different than hostname of your server.

I will try to fix it in next update.
kombajnik
Posts: 20
Joined: Fri Feb 19, 2021 1:42 am

dpeca wrote: Tue Mar 23, 2021 12:34 am I believe this code is causing your problem - https://github.com/myvesta/vesta/commit ... 0d3860f355
You can delete those lines, as temporary solution.

This security fix is expecting that you access the panel via URL: https://hostname-of-your-server:8083/
Probably you are accessing the panel with address that is different than hostname of your server.

I will try to fix it in next update.
Thank you, entering via domain(hostname) fixed problem!
Post Reply