Hi @Hyperbytes, thanks for the reply. i have tried it but no luck still the same error exist.
libs is the folder right? or dmxConnectLib? i dnt see that name, i only see libs folder.
Wappler should handle all that, it is called internally. think this is one for the team as I have no idea what is happening. Either that or try a reinstall of wappler as the error message indicates it may be missing from your wappler install
its there, but node_modules folder not exist, seems like its needed right? npm install should be done to have those packages, but initialy i compare with my other nodejs project, they do not has node_modules folder either. basic project just created also same, no node_modules folder. i will get back with installing the packages and try
If you have selected to use the Wappler Local Server, no additional node_modules are installed but the Wappler builds-ins are used. I think we haven included argon2 there yet.
So choose to use “own server” which will use your regular NodeJS on your system and fully install all required node_modules, including the argon2 one if you use it.
Nope, just created new project as Wappler local server and tried to use Argon. Module missing error.
easy fix, switch to custom, install node packages, switch back to Wappler Local server but certainly the issue remains