config schema error on varable "port"

Created on 21 July 2022, over 2 years ago
Updated 13 February 2025, about 2 months ago

Problem/Motivation

Variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\IntegerData

Steps to reproduce

enable config inspector
view error

Proposed resolution

change type of port to string

Remaining tasks

Review code

🐛 Bug report
Status

Closed: won't fix

Version

2.1

Component

Code

Created by

🇳🇱Netherlands perry.franken

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇧🇪Belgium dieterholvoet Brussels

    No need to change the schema, integer seems appropriate for a port number. If the port number in your config is a string instead of an integer, re-saving the config form should fix that.

Production build 0.71.5 2024