I'm 1 week new to drupal and just trying to set up my website. I've implemented reCAPTCHA v2 and whilst the validation check passes, I get the following error on all forms that I submit which have reCAPTCHA enabled: The website encountered an unexpected error. Please try again later.
I am preparing to migrate an existing D7 site to D8.
The site is primarily used by screen reader users, so accessibility and enhancing the user experience for screen readers is a priority.
My suspicion is that many of my site users will be confused by the significant change made to the node preview page in D8 (bearing in mind that they have no visual cues, so rely solely on the screen reader to know what's on the page).
When I try to run cron from the Drupal UI (Configuration > Cron) I get an 'unexpected error' message.
Looking into my Recent Log Messages, I see this error: "Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "key" for route "system.cron" must match "[^/]++" ("" given) to generate a corresponding URL. in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 204 of [mywebsite]/public_html/core/lib/Drupal/Core/Routing/UrlGenerator.php)."