Alacard
HHomarr
•Created by Alacard on 12/18/2024 in #💬・get-help
(Bata4) Wrong Port on doc & missing info
hmmm, when trying to access via 7575, im getting a 404, but accessing it via 3000 at least loads the page but getting a error in browser (about WebSocket) when trying to upload the zip. that made me look down this deep dark hole lol
P.S. now its working wtf... just sometimes, just sometimes 😭
6 replies
HHomarr
•Created by Alea Iacta Est on 12/17/2024 in #💬・get-help
Unable to import data from migration
hmm i having this problem but with another error message, when i select the zip file this error message shows in log
⨯ TypeError: Cannot read properties of undefined (reading 'bind')
at NextNodeServer.handleRequestImpl (/app/node_modules/next/dist/server/base-server.js:475:50)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Edit: when trying to use brave i get the error message above but when using edge i get the one below
⨯ Failed to write image to cache zi-XxBz51JX1TTMR71g0f8QehLCR6ZlIB3XqOlgZmrw= Error: EACCES: permission denied, mkdir '/app/apps/nextjs/.next/cache'
at async Object.mkdir (node:internal/fs/promises:857:10)
at async writeToCacheDir (/app/node_modules/next/dist/server/image-optimizer.js:178:5)
at async ImageOptimizerCache.set (/app/node_modules/next/dist/server/image-optimizer.js:440:13)
at async /app/node_modules/next/dist/server/response-cache/index.js:121:25
at async /app/node_modules/next/dist/lib/batcher.js:45:32 {
errno: -13,
code: 'EACCES',
syscall: 'mkdir',
path: '/app/apps/nextjs/.next/cache'
}
⨯ TypeError: Cannot read properties of undefined (reading 'bind')
at NextNodeServer.handleRequestImpl (/app/node_modules/next/dist/server/base-server.js:475:50)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
⨯ TypeError: Cannot read properties of undefined (reading 'bind')
at NextNodeServer.handleRequestImpl (/app/node_modules/next/dist/server/base-server.js:475:50)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Im guess its failing becouse of this error "permission denied, mkdir '/app/apps/nextjs/.next/cache' " dont recognize the loction to check for permissions50 replies