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

Can't add component to dynamic zone of a single type #22498

Open
robozb opened this issue Dec 23, 2024 · 1 comment
Open

Can't add component to dynamic zone of a single type #22498

robozb opened this issue Dec 23, 2024 · 1 comment
Labels
issue: bug Issue reporting a bug severity: medium If it breaks the basic use of the product but can be worked around source: core:content-type-builder Source is core/content-type-builder package status: pending reproduction Waiting for free time to reproduce the issue, or more information version: 4 Issue related to v4

Comments

@robozb
Copy link

robozb commented Dec 23, 2024

Bug report

Required System information

  • Node.js version: 18-alpine

  • NPM version: 9.6.7

  • Strapi version:

    "dependencies": {
    "@retikolo/drag-drop-content-types": "^1.3.10",
    "@strapi/plugin-cloud": "4.23.0",
    "@strapi/plugin-documentation": "^4.23.0",
    "@strapi/plugin-i18n": "4.23.0",
    "@strapi/plugin-users-permissions": "4.23.0",
    "@strapi/strapi": "4.23.0",
    "better-sqlite3": "8.6.0",
    "mysql": "^2.18.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "5.3.4",
    "strapi-plugin-image-optimizer": "^2.2.1",
    "styled-components": "5.3.3"
    },

  • Database: Server version: 10.9.8-MariaDB-1:10.9.8+maria~ubu2204 - mariadb.org binary distribution

  • Operating system: Linux Debian

  • Is your project Javascript or Typescript: Javascript

2024-12-23-13-48-53.mp4
@robozb
Copy link
Author

robozb commented Dec 23, 2024

Dockerfile:

FROM node:18-alpine AS build
RUN apk --no-cache add curl
WORKDIR /app
COPY package*.json ./
RUN npm config set maxsockets 3
RUN npm install --verbose
COPY . .
RUN rm -rf public/uploads
RUN npx strapi telemetry:disable
RUN npm run build

@Boegie19 Boegie19 added issue: bug Issue reporting a bug source: core:content-type-builder Source is core/content-type-builder package status: pending reproduction Waiting for free time to reproduce the issue, or more information labels Dec 23, 2024
@github-project-automation github-project-automation bot moved this to To be reviewed (Open) in Developer Experience Squad Dec 23, 2024
@Boegie19 Boegie19 added severity: medium If it breaks the basic use of the product but can be worked around version: 5 labels Dec 23, 2024
@Boegie19 Boegie19 added version: 4 Issue related to v4 and removed version: 5 labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug severity: medium If it breaks the basic use of the product but can be worked around source: core:content-type-builder Source is core/content-type-builder package status: pending reproduction Waiting for free time to reproduce the issue, or more information version: 4 Issue related to v4
Projects
Status: To be reviewed (Open)
Status: To triage
Development

No branches or pull requests

2 participants