hi - I could use some help...
am trying to run import CLI method
import is coming off a ssh mount (previously was successful with nfs mount)
EDIT: am using ssh key pair with NAS... wait a second --- do I actually need to generate keypair within the immich container? (am very novice at comprehension of docker)
(i am using ubuntuserv + casaos + portainer to install the stack)
currently main library is local at ~/immich-library/upload (777)
the mounted nas is at /mnt/nas/familyphotos (777)
whether I run in 'local' CLI or within the immich_server container, its the same result:
scans library gives y/n, processes all, and then a million errors of
* response: {
message: [
'libraryId must be a UUID',
'libraryId should not be empty',
'libraryId must be a string'
],
error: 'Bad Request',
statusCode: 400
}
*
I am not seeing any log entries in any of the immich containers.. I don't understand what is wrong with my 'libraryId".. pasted my .env as well...
any help here would be hot