You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well the problem is not exactly the same, when i activate the sftp i get:
info: (STORAGE/SFTP) Initializing...
warn: Cannot read property 'message' of null
And when i click export all i get:
info: (STORAGE/SFTP) Exporting all content to the remote server...
info: (STORAGE/SFTP) Adding page home.html...
warn: Cannot read property 'writeFile' of null
For now i fixed my problem by doing a local storage and using RCLONE to move the files to the sftp.
Also i had to use the --sftp-disable-hashcheck in rclone to get it to work, so it might me a SFTP server fault in my case.
Describe the bug
Due to the clain
I found that not only base dir need to be create manually but also the sub folders do need!
if there is some dir not exists then will come to
To Reproduce
Steps to reproduce the behavior:
Expected behavior
subfolder auto create
Screenshots
If applicable, add screenshots to help explain your problem.
Host Info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: