Vinu Varghese
Vinu Varghese
Seems some issue with the file resolver https://github.com/SoftwareBrothers/adminjs/blob/v7.2.0/src/utils/file-resolver.ts I solved this with ```javascript import { ComponentLoader } from "adminjs"; import path from "path"; import { fileURLToPath } from "url"; const...
I had the same issue with v7 on Windows - no issue in *nix machines Solution https://github.com/SoftwareBrothers/adminjs/issues/1185#issuecomment-1676308332
check the answer here: https://github.com/ledokku/ledokku/issues/418 I had the same issue adding `PubkeyAcceptedKeyTypes=+ssh-rsa` to `/etc/ssh/sshd_config` fixed the issue (ofcourse you need to restart sshd)