Unable to use GDS along with a dump import

Hey y'all.
I'm trying to use a dump of a movie database (not the one from the examples) into a new 5.3.0 database; everything seems fine, I'm able to do CALL db.schema.visualization and the desired structure is there. However, after installing GDS library, database can't start anymore.
Any idea on how to solve this? The neo4j.log file shows that this is indeed related to GDS.

I'm not sure how to show the errors appearing inside the logs nor the original dump file, but I'll gladly provide links to these resources if needed.

Pd. Here's the schema of the graph, if it's any useful.

Okay I fixed it.
I just had to upgrade from 5.3.0 to 5.13.0...