Hi,
I have Installed Drupal CMS ^11.1-rc1. Encountered 'The "dashboard" parameter was not converted' error on /admin/dashboard/{dashboard} during welcome page redirection, but drush cr resolved it temporarily. Will debug further for a permanent fix.
Thanks!
Hi @gto1,
The issue seems to stem from the web container failing to pass its health check, causing the setup process to stop.
Run the following command to check the detailed logs for the web container:
ddev logs ddev-drupal-cms-web
These logs will provide insights into the root cause of the problem, such as missing PHP extensions, filesystem permission issues, or configuration errors.
Please share the logs here so we can review them and suggest the next steps to resolve the issue.
Thanks!
Redirect To field is required field hence it doesn't required validations to check if the redirect URL is empty .
Hi, Although the "Redirect To" field is a required field, it currently accepts , which results in an empty URL after saving. Therefore, we need this additional validation to ensure that the redirect URL is not empty or invalid, even when is used.
Thanks.
Can we have this issue checked on 3.x and update the MR? I will merge in 2.1.x too if valid and works.
Raised MR against 3.x
Kindly review.
Bala.addweb → changed the visibility of the branch 3446306-error-html-class to active.
Bala.addweb → changed the visibility of the branch 3446306-error-html-class to hidden.
Changed Package name from `Custom` to `Node`.
This patch adds a validation check in the RedirectForm itself to ensure that the redirect URL is not empty. If the URL is empty / invalid, it sets a form error with the message: "Invalid redirect URL. Redirect URL can't be empty."
removing-module-condition-3317650-1.patch
category-instances-6.2.0-beta5-3347742-3.patch
commerce-stripe-help-3346454-6.patch
commerce-stripe-help-3346454.patch
diff-countable-3329887.patch
sort-table-on-header-click.patch