Closed FoxInTheB0xFFF closed 9 months ago
Updated test results…
Environment(s): Test on the following docker versions
I'm having the same issue too.
Try the local installation without error. But it can't be built.
❯ yarn build
yarn run v1.22.19
$ next build
- info Loaded env from /jsoncrack.com/.env.production
- info Linting and checking validity of types
error - No Sentry auth token configured. Source maps will not be uploaded.
You can find information on how to generate a Sentry auth token here: https://docs.sentry.io/api/auth/
After generating a Sentry auth token, set it via the SENTRY_AUTH_TOKEN environment variable during the build.
- info Creating an optimized production build
- info Compiled successfully
- info Collecting page data
[ ] - info Generating static pages (0/10)
Error occurred prerendering page "/oss". Read more: https://nextjs.org/docs/messages/prerender-error
TypeError: fetch failed
at Object.fetch (/jsoncrack.com/node_modules/next/dist/compiled/undici/index.js:1:26669)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async getStaticProps$1 (/jsoncrack.com/.next/server/pages/oss.js:127:17)
- info Generating static pages (10/10)
> Export encountered errors on following paths:
/oss
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Worked on reverting to 3b4baf7
(v3.0.0)
It works ... was my mistake
We can close this issue, I don't see any issue running the docker
I faced the same bug.
Issue description
I tried to build from Docker using
$ docker build -t jsoncrack .
Here is the output from the build attempt…
Media & Screenshots
No response
Operating system
Priority this issue should have
Medium (should be fixed soon)