You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across a site this morning that was showing a "The website encountered an unexpected error. Try again later.
InvalidArgumentException: The URI 'www.colorado.edu/studentgroups/dsb' is invalid. You must use a valid URI scheme. in Drupal\Core\Url::fromUri() (line 293 of /code/web/core/lib/Drupal/Core/Url.php).
Because the url didn't include the "https://" the page would not render.
Is there a way to check link fields for incorrectly formatted urls?
The text was updated successfully, but these errors were encountered:
I came across a site this morning that was showing a "The website encountered an unexpected error. Try again later.
InvalidArgumentException: The URI 'www.colorado.edu/studentgroups/dsb' is invalid. You must use a valid URI scheme. in Drupal\Core\Url::fromUri() (line 293 of /code/web/core/lib/Drupal/Core/Url.php).
Because the url didn't include the "https://" the page would not render.
Is there a way to check link fields for incorrectly formatted urls?
The text was updated successfully, but these errors were encountered: