Docker compose does not start
=> ERROR [backend frontend-builder 6/6] RUN npm run build 4.1s
[backend frontend-builder 6/6] RUN npm run build:
0.215
0.215 > [email protected] build
0.215 > next build
0.215
0.678 Attention: Next.js now collects completely anonymous telemetry regarding usage. 0.678 This information is used to shape Next.js' roadmap and prioritize features. 0.678 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: 0.678 https://nextjs.org/telemetry 0.678 0.777 ▲ Next.js 15.2.3 0.777 0.778 Linting and checking validity of types ... 4.007 4.007 Failed to compile. 4.007 4.007 ./src/components/slack/SlackSetupGuide.tsx 4.007 80:112 Error:'can be escaped with',‘,',’. react/no-unescaped-entities 4.007 4.007 info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/app/api-reference/config/eslint#disabling-rules
failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
I did run into the same issue.
You need to change one line in the file SlackSetupGuide.tsx to get this solved.
Change line 80 from:
Set up Slack integration by providing your Bot Token directly. After configuration, you'll create your first Slack agent.
to
Set up Slack integration by providing your Bot Token directly. After configuration, you'll create your first Slack agent.