繁体   English   中英

当我在生产环境中取消 Next.js 示例项目时,为什么 CSS 不工作?

[英]Why doesn't CSS work when I deproy the Next.js sample project in production?

我目前正在Docker中使用Next.jsNginx开发应用程序。

CSS在我build项目并检查浏览器中的显示后不起作用,如下所示。

我该如何解决这个问题?


部署流程及代码如下:

1.做下一个项目

$ npx create-next-app@latest --use-npm next-nginx-docker

2.制作一个Dockerfile.prod

FROM node:16-alpine AS builder

WORKDIR /app

COPY package.json ./

COPY package-lock.json ./

RUN npm install

COPY . .

RUN npm run build

FROM nginx:1.19-alpine AS server

COPY ./etc/nginx.conf /etc/nginx/conf.d/default.conf

COPY --from=builder /app /

EXPOSE 80

3.制作一个docker-compose.prod.yml

version: "3"

services:
  app:
    build:
      context: .
      dockerfile: Dockerfile.prod
    ports:
      - "80:80"

4.制作一个nginx.conf

server {
   listen 80;
   listen [::]:80;

   server_name mydomain.com;
   root /.next/server/pages;
   index index.html;

}

5.将创建的工程文件上传到远程服务器

6、在生产环境启动容器

$ sudo docker-compose -f docker-compose.prod.yml up -d

7.当我在浏览器中查看显示时,CSS 不起作用

在此处输入图像描述

8.查看浏览器显示的index.html的view-source

  • 单击下面与 CSS 相关的链接将导致 404 错误。

index.html

<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width"/>
    <meta charSet="utf-8"/>
    <title>Create Next App</title>
    <meta name="description" content="Generated by create next app"/>
    <link rel="icon" href="/favicon.ico"/>
    <meta name="next-head-count" content="5"/>
    <link rel="preload" href="/_next/static/css/27d177a30947857b.css" as="style"/>
    <link rel="stylesheet" href="/_next/static/css/27d177a30947857b.css" data-n-g=""/>
    <link rel="preload" href="/_next/static/css/149b18973e5508c7.css" as="style"/>
    <link rel="stylesheet" href="/_next/static/css/149b18973e5508c7.css" data-n-p=""/>
    <noscript data-n-css=""></noscript>
    <script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script>
    <script src="/_next/static/chunks/webpack-69bfa6990bb9e155.js" defer=""></script>
    <script src="/_next/static/chunks/framework-00b57966872fc495.js" defer=""></script>
    <script src="/_next/static/chunks/main-551bef8982a15171.js" defer=""></script>
    <script src="/_next/static/chunks/pages/_app-f55443f2448c8e66.js" defer=""></script>
    <script src="/_next/static/chunks/pages/index-bf8a59545a570ee7.js" defer=""></script>
    <script src="/_next/static/vL3f544dl4bgUK74SRA_c/_buildManifest.js" defer=""></script>
    <script src="/_next/static/vL3f544dl4bgUK74SRA_c/_ssgManifest.js" defer=""></script>
    <script src="/_next/static/vL3f544dl4bgUK74SRA_c/_middlewareManifest.js" defer=""></script>
</head>
<body>
<div id="__next">
    <div class="Home_container__bCOhY">
        <main class="Home_main__nLjiQ"><h1 class="Home_title__T09hD">Welcome to <!-- --><a href="https://nextjs.org">Next.js!</a>
        </h1>
            <p class="Home_description__41Owk">Get started by editing<!-- --> <!-- --><code class="Home_code__suPER">pages/index.js</code>
            </p>
            <div class="Home_grid__GxQ85"><a href="https://nextjs.org/docs" class="Home_card___LpL1"><h2>Documentation
                →</h2>
                <p>Find in-depth information about Next.js features and API.</p></a><a href="https://nextjs.org/learn"
                                                                                       class="Home_card___LpL1"><h2>
                Learn →</h2>
                <p>Learn about Next.js in an interactive course with quizzes!</p></a><a
                    href="https://github.com/vercel/next.js/tree/canary/examples" class="Home_card___LpL1"><h2>Examples
                →</h2>
                <p>Discover and deploy boilerplate example Next.js projects.</p></a><a
                    href="https://vercel.com/new?utm_source=create-next-app&amp;utm_medium=default-template&amp;utm_campaign=create-next-app"
                    class="Home_card___LpL1"><h2>Deploy →</h2>
                <p>Instantly deploy your Next.js site to a public URL with Vercel.</p></a></div>
        </main>
        <footer class="Home_footer____T7K"><a
                href="https://vercel.com?utm_source=create-next-app&amp;utm_medium=default-template&amp;utm_campaign=create-next-app"
                target="_blank" rel="noopener noreferrer">Powered by<!-- --> <!-- --><span
                class="Home_logo__27_tb"><span
                style="box-sizing:border-box;display:inline-block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:relative;max-width:100%"><span
                style="box-sizing:border-box;display:block;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;max-width:100%"><img
                style="display:block;max-width:100%;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0"
                alt="" aria-hidden="true"
                src="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2772%27%20height=%2716%27/%3e"/></span><img
                alt="Vercel Logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
                decoding="async" data-nimg="intrinsic"
                style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img
                alt="Vercel Logo" srcSet="/vercel.svg 1x, /vercel.svg 2x" src="/vercel.svg" decoding="async"
                data-nimg="intrinsic"
                style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"
                loading="lazy"/></noscript></span></span></a></footer>
    </div>
</div>
<script id="__NEXT_DATA__" type="application/json">{
    "props": {
        "pageProps": {}
    },
    "page": "/",
    "query": {},
    "buildId": "vL3f544dl4bgUK74SRA_c",
    "nextExport": true,
    "autoExport": true,
    "isFallback": false,
    "scriptLoader": []
}</script>
</body>
</html>

9.查看CSS文件在容器中的目录

/.next/static/css # pwd

[更新]

就像发布的答案一样,我更改了DockerfileCSS不起作用

FROM node:16-alpine AS builder

WORKDIR /app

COPY package.json ./

COPY package-lock.json ./

RUN npm install

COPY . .

RUN npm run build


FROM nginx:1.19-alpine AS server

COPY ./etc/nginx.conf /etc/nginx/conf.d/default.conf

COPY --from=builder /app /
COPY --from=builder /app/public /public

EXPOSE 80

节点 16.0

Next.js 12.1

在您的 HTML 文件中,static 文件路径以_next 但是您的 Next.js 生成的代码在从.next开始的路径中有 static 个文件。

您必须更改 nginx 配置才能从正确的位置获取 CSS/静态文件。

server {
   listen 80;
   listen [::]:80;

   location ~ ^/_next/static/(.*)$ {
      root /.next;
      try_files "/static/$1" "/server/static/o$1" @proxy_pass;
   }
   server_name mydomain.com;
   root /.next/server/pages;
   index index.html;

} 

我认为您可能会遗漏以下内容:

COPY --from=builder /app/public ./public

在你之后

RUN npm run build

在您的 Dockerfile 中,这应该会复制您的资产。

在任何情况下,您可能都想参考官方 Dockerfile 示例

由于Next JS使用SSR,static网站使用ngix,所以需要使用node来托管next.js网站。 下面是我的 next.js 应用程序 docker 文件,它适用于我。 试试这个,让我知道。

# Install dependencies only when needed
FROM node:alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile

# Rebuild the source code only when needed
FROM node:alpine AS builder
WORKDIR /app
COPY . .
COPY --from=deps /app/node_modules ./node_modules
RUN export NODE_OPTIONS=--openssl-legacy-provider && yarn build && yarn install --production --ignore-scripts --prefer-offline

# Production image, copy all the files and run next
FROM node:alpine AS runner
WORKDIR /app

ENV NODE_ENV production

RUN addgroup -g 1001 -S nodejs
RUN adduser -S nextjs -u 1001

# You only need to copy next.config.js if you are NOT using the default configuration
# COPY --from=builder /app/next.config.js ./
COPY --from=builder /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json

# USER nextjs

ENV PORT=80
EXPOSE 80

# Next.js collects completely anonymous telemetry data about general usage.
# Learn more here: https://nextjs.org/telemetry
# Uncomment the following line in case you want to disable telemetry.
ENV NEXT_TELEMETRY_DISABLED 1
CMD ["yarn", "start"]

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM