- Issue created by @doxigo
- ๐ฎ๐ณIndia mehul.gada Mumbai
mehul.gada โ made their first commit to this issueโs fork.
- Merge request !32Issue #3348080: InvalidArgumentException: The user-entered string '' must begin with a '/', '?', or '#' โ (Merged) created by Unnamed author
- ๐ฎ๐ณIndia mehul.gada Mumbai
Usually, the error mentioned in the issue will not occur, unless the Redirect URL at logout is set empty somehow. To fix this, I have added a small patch to pass /user/login as the default redirect URL if it is set to empty in the configuration. MR for the same is raised for review.
- Status changed to RTBC
almost 2 years ago 7:51am 24 April 2023 - ๐ฎ๐ณIndia keshavv India
Reviewed the MR code and tested it. It is working perfect, We can merge it to fix the issue.
- last update
over 1 year ago 15 pass, 7 fail - last update
over 1 year ago 15 pass, 7 fail - Status changed to Postponed
over 1 year ago 1:07pm 20 September 2023 - ๐ธ๐ฎSlovenia deaom
This is a specific case that basically should not happen, as the redirect url is currently a required field. But in the โจ Option to disable destination Needs review an option to disable the destination url was added, so this issue needs to be re-checked once that is merged, to see if the fix is necessary. So postponing it for now.
Did a quick test with just what is currently newly merged into the dev branch and using
drush uli
, using the URL for one-time login I don't get that error, so it looks like some other issue fixed the problem.- ๐ฆ๐บAustralia cafuego
I just hit this error with the 2.0.0 version. I did *not* use a `drush uli` login URL, but tried to login with my username, password and 2FA token.
This happens when I enable the module (and js_cookie) via config/core.extensions.yml and do not include any other config.
- Status changed to Needs work
8 months ago 11:45pm 27 May 2024 - ๐ฐ๐ทSouth Korea keithkhl
This happended to me as well after setting up default domain in domain module. Withouth default, I don't, but then, the main site is not accessible. Wonder if there is any workaround at least...
- Status changed to Needs review
2 months ago 9:55pm 21 November 2024 - ๐บ๐ธUnited States japerry KVUO
Simplified the code. I can see why this issue could occur, especially with drush after install now that its optional.
-
japerry โ
committed f1f97ba8 on 8.x-1.x authored by
mehul.gada โ
Issue #3348080 by mehul.gada: InvalidArgumentException: The user-entered...
-
japerry โ
committed f1f97ba8 on 8.x-1.x authored by
mehul.gada โ
-
japerry โ
committed f1f97ba8 on 2.x authored by
mehul.gada โ
Issue #3348080 by mehul.gada: InvalidArgumentException: The user-entered...
-
japerry โ
committed f1f97ba8 on 2.x authored by
mehul.gada โ
Automatically closed - issue fixed for 2 weeks with no activity.
- ๐ฉ๐ฐDenmark ressa Copenhagen
I ran into this after doing a Drupal 7 to Drupal 10 upgrade. Disabling Automated Logout allowed me to log in.