Hirevo / alexandrie

An alternative crate registry, implemented in Rust.
https://hirevo.github.io/alexandrie/
Apache License 2.0
493 stars 55 forks source link

IO error: No such file or directory (os error 2) #167

Closed linasdev closed 1 year ago

linasdev commented 1 year ago

Whenever I'm trying to publish a crate, I get this error:

error: failed to publish to registry at https://alexandrie.domain.tld

Caused by:
  the remote server responded with an error: IO error: No such file or directory (os error 2)

Any ideas where this is coming from? Fixing this issue would help a lot, I think.

linasdev commented 1 year ago

Nevermind, this was caused by having crate-storage as the crate storage path instead of appdata/crate-storage. :)