The max length of the url is too short (128). In some cases url's might be longer.
This happens because of the textfield type.
https://www.drupal.org/project/drupal/issues/3331028

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

yorickdv created an issue. See original summary.

almunnings made their first commit to this issue’s fork.

almunnings’s picture

Status: Active » Needs review
yorickdv’s picture

PR Fixes the problem. I am not sure if we should merge or wait for the core fix to release:

https://www.drupal.org/project/drupal/issues/3331028

almunnings’s picture

I’m happy to merge.

2048 is the max for a url. It’s easy enough to revert one day if it proves to be cataclysmic.

almunnings’s picture

Status: Needs review » Reviewed & tested by the community

almunnings’s picture

Version: 1.0.0 » 1.1.0
Status: Reviewed & tested by the community » Fixed

Released in 1.1.0

almunnings’s picture

Status: Fixed » Closed (fixed)