Problem with H5P editor and Postgres (invalid überName in JavaScript)
I’m trying to implement a H5P editor based on a GitHub repo. The editor should use a Postgres database. I hope/expect this not to be a problem as the H5P plugins for Drupal and Moodle to my knowledge also work with Postgres based installations of their respective host systems. The plug-in I use is based on H5P 1.23 while the most recent version for h5p-editor is 1.24.1 and the most recent version for h5p-core is 1.24.0. My editor is working with MySQL, but for Postgres I have to make some adjustments.