Community forum for knowledge and support

Home
Members
Darren Harroff
D
Darren Harroff
Offline, last seen 3 months ago
Joined November 6, 2024

Love the direction of the new Import Sitemap feature, one immediate concern/thing I notice I'm curious on: how can it differentiate CMS content on import? I.e. I would not want the 50 page import limit to be taken up by 50 blog posts, for example

2 comments
D
D

Hey all, I've been unable to copy/paste SVG icons into Webflow from Figma via the Chrome extension for a couple of days now. I get the attached error in console:

Relume: error during svg paste ZodError: [
  {
    "code": "invalid_union",
    "unionErrors": [
      {
        "issues": [
          {
            "code": "invalid_union_discriminator",
            "options": [
              "arrow",
              "nav",
              "slide",
              "Slider",
              "slides",
              "wrapper"
            ],
            "path": [
              "domNodes",
              37,
              "data",
              "slider",
              "type"
            ],
            "message": "Invalid discriminator value. Expected 'arrow' | 'nav' | 'slide' | 'Slider' | 'slides' | 'wrapper'"
          }
        ],
        "name": "ZodError"
      },
      {
        "issues": [
          {
            "code": "invalid_literal",
            "expected": true,
            "path": [
              "domNodes",
              37,
              "text"
            ],
            "message": "Invalid literal value, expected true"
          },
          {
            "code": "invalid_type",
            "expected": "string",
            "received": "undefined",
            "path": [
              "domNodes",
              37,
              "v"
            ],
            "message": "Required"
          }
        ],
        "name": "ZodError"
      }
    ],
    "path": [
      "domNodes",
      37
    ],
    "message": "Invalid input"
  },
  {
    "code": "invalid_union",
    "unionErrors": [
      {
        "issues": [
          {
            "code": "invalid_union_discriminator",
            "options": [
              "arrow",
              "nav",
              "slide",
              "Slider",
              "slides",
              "wrapper"
            ],
            "path": [
              "domNodes",
              39,
              "data",
              "slider",
              "type"
            ],
            "message": "Invalid discriminator value. Expected 'arrow' | 'nav' | 'slide' | 'Slider' | 'slides' | 'wrapper'"
          }
        ],
        "name": "ZodError"
      },
      {
        "issues": [
          {
            "code": "invalid_literal",
            "expected": true,
            "path": [
              "domNodes",
              39,
              "text"
            ],
            "message": "Invalid literal value, expected true"
          },
          {
            "code": "invalid_type",
            "expected": "string",
            "received": "undefined",
            "path": [
              "domNodes",
              39,
              "v"
            ],
            "message": "Required"
          }
        ],
        "name": "ZodError"
      }
    ],
    "path": [
      "domNodes",
      39
    ],
    "message": "Invalid input"
  }
]
I have tried reinstalling the extension, no fix. Also noticing that the Update spacing strategy automation is showing an error as well:

1 comment
M