Calling Custom procedures in Neo4j 5.24.x is having issue

Hi
I am trying to create custom procedure as in

but while calling the custom procedure getting Neo.DatabaseError.General.UnknownError

Version : Neo4j 5.24.2 enterprise edition
/5.23.0/apoc-5.23.0-extended.jar
2.10.1/neo4j-graph-data-science-2.10.1.jar

Can you provide the code to define the custom procedure.

CALL apoc.custom.installProcedure('answerInteger() :: (answer::INT)', 'RETURN 42 as answer')

We have some unit tests written and its failing, so tested with the example provided in the docs and it too failed

what version are you using?

I was able to get it working with version 5.23 (the extended apoc jar is not posted for 5.24).

5.23 is working for me too

5.24.x is the one having issue

I did not find an apoc extended jar for 5.24. Where did you get it?

I found the repo on GitHub, but I did not find an artifacts section where I usually download the jar. Did you find it or did you build it yourself?

I have mentioned that I have used 5.23 Jar for apoc only but the neo4j database is 5.24