Hi there!
I'm on a fresh install of Moodle v4.4dev on an Amazon Linux 2 EC2 instance and I'm experiencing an invalid parameter error everytime I access a course with the following log value :
pageurl => Valeur incorrecte de paramètre détectée (Invalid external api parameter: the value is "http://my_moodle.url/my/courses.php", the server was expecting "url" type): Invalid external api parameter: the value is "http://my_moodle.url/my/courses.php", the server was expecting "url" type Error code: invalidparameter * line 362 of /lib/external/classes/external_api.php: invalid_parameter_exception thrown * line ? of unknownfile: call to core_external\external_api::validate_parameters() * line 228 of /lib/external/classes/external_api.php: call to call_user_func() * line 83 of /lib/ajax/service.php: call to core_external\external_api::call_external_function()I also have an "Invalid return value detected" when I want to add an activity but I cant get detailed information on this pop-up message...
I've no extra plugin installed.
Do you have an idea for resolving this issue?