Hello everyone
I have a custom Mongodb database which i enabled various scripts (took me a while to understand i had to set the right template for every type before i could test one)
Problem is that when i try the script using Node 18 it takes too long and it times out, while if i try the same script using Node 16 it connects successfully.
I also have allowed 0.0.0.0 from mongodb.
I have been looking for a way to downgrade to Node 16 but i can’t find the option.
Any help greatly appreciated
Thanks!