-
|
Describe the bug To Reproduce
Expected behavior Desktop (please complete the following information): Everytime I try to create a library, I get this message in the logs and nothing else:
When I try to upload, I get this in the logs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
|
If you've not managed to create a library yet, upload won't work yet, so that's expected; but, I'm not sure why nothing's happening when you hit save when creating the library. There are no error messages appearing? What do you see if you visit What paths are you trying to set, and what docker volumes do you have set up? |
Beta Was this translation helpful? Give feedback.
OK. I think I figured it out. I have no idea why, as this works with other docker compose stacks I have, but I deleted the manyfold folder from the host, and manually recreated it with mkdir. Before, the folders were owned by root, and now they are my user.
And now I was able to create a library. I was also able to upload a model.
I'm not sure why I had to create the folder, normally, in other compose stacks, the container creates them(which it did in this case), and things just work.
I didn't see anything in the logs to indicate why it wasn't working though. And actually, when I hit Save the first time after fixing it, it had the same problem where nothing happened. I needed to check the…