Hey,
@Nemuchan i think the issue lies in the config.
You write dbms.security.procedures.allowlist: "gds.,apoc."but this wont match for the prefix.
You should use dbms.security.procedures.allowlist: "gds.*,apoc.*" to get them enabled.
(similar applies for dbms.security.procedures.unrestricted)
see Unable to install GDS plugin on Neo4j server - #3 by Ororom as well.