Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues after docker installation #25

Open
Avonae opened this issue Oct 10, 2024 · 1 comment
Open

Issues after docker installation #25

Avonae opened this issue Oct 10, 2024 · 1 comment

Comments

@Avonae
Copy link

Avonae commented Oct 10, 2024

Require stack:
- /app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
    at /app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/require-hook.js:55:36
    at Module._load (node:internal/modules/cjs/loader:1051:27)
    at Module.require (node:internal/modules/cjs/loader:1311:19)
    at mod.require (/app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/require-hook.js:65:28)
    at require (node:internal/modules/helpers:179:18)
    at requireNative (/app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js:22:10)
    at Object.<anonymous> (/app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js:45:5)
    at Module._compile (node:internal/modules/cjs/loader:1469:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js'

and

 ⨯ Error: 'sharp' is required to be installed in standalone mode for the image optimization to function correctly. Read more at: https://nextjs.org/docs/messages/sharp-missing-in-production
 ⨯ Error: 'sharp' is required to be installed in standalone mode for the image optimization to function correctly. Read more at: https://nextjs.org/docs/messages/sharp-missing-in-production
 ⨯ Error: 'sharp' is required to be installed in standalone mode for the image optimization to function correctly. Read more at: https://nextjs.org/docs/messages/sharp-missing-in-production
@Avonae Avonae mentioned this issue Oct 10, 2024
@Avonae
Copy link
Author

Avonae commented Oct 11, 2024

updated my docker image with docker pull ghcr.io/ajnart/subs:latest
got this error now:

⨯ Error: Cannot find module '@libsql/linux-x64-musl'
Require stack:
- /app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js
   at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
   at /app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/require-hook.js:55:36
   at Module._load (node:internal/modules/cjs/loader:1051:27)
   at Module.require (node:internal/modules/cjs/loader:1311:19)
   at mod.require (/app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/require-hook.js:65:28)
   at require (node:internal/modules/helpers:179:18)
   at requireNative (/app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js:22:10)
   at Object.<anonymous> (/app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js:45:5)
   at Module._compile (node:internal/modules/cjs/loader:1469:14)
   at Module._extensions..js (node:internal/modules/cjs/loader:1548:10) {
 code: 'MODULE_NOT_FOUND',
 requireStack: [
   '/app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js'
 ]
}

and my changes I made on the page doesn't save again

you can check it here http://ts.filinkov.org:3000/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant