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
I faced the same issue and there is a log when the Heroku dyno boots up: 2021-08-08TXX:XX:XX.XXXXXX+00:00 app[web.1]: cp: cannot stat '/tmp/rclone-tasks.json': No such file or directory
The rclone-tasks.json exists in the docker image but the /tmp folder is being emptied during the boot.
Moving the file to another path solved the issue.
hi there, i'm just trying deploy to heroku and notice that rclone seems like not auto sync and not displaying push or pull rclone button in editor.
here are 2 way try to reproduce:
RCLONE_AUTO_PULL
andRCLONE_AUTO_PUSH
im not set in heroku variable which by default is trueRCLONE_AUTO_PULL
andRCLONE_AUTO_PUSH
im set in heroku to trueis there any wrong with my reproduce?
The text was updated successfully, but these errors were encountered: