Mechon
Mechon copied to clipboard
Delete files isn't working
When I try to delete a file from File Manager, it doesn't drops any error or message. It just doesn't do the action.
Any errors in the console? forever logs
In host's console there isn't errors, the startup command I use is node .
In host's console there isn't errors, the startup command I use is
node .
Maybe check Network in the developer tools panel? Delete a file from the UI and check for the response.
Where's developer tools panel?
Where's developer tools panel?
When you're on the panel. You can press F12 to open the dev tools. From there open Network tab and delete a file again to see requests.
This is what I get in Browser's console when clicking "delete selected" button
It says the problem is in delete_path.js and index.js, which are linked
This is what I get in Browser's console when clicking "delete selected" button
That's not enough. Show response.

The response section.
I think problem is because delete.html on pages folder is empty