1) did you check the prerequisites and compatibility of the module?
Might be there is a dependency with another module (eg encryption) in a specific version, so you need to download hat as well.
2) Do you have outdates jar files in your userlib directory?
If you add or update a module, it does not automatically remove outdates libraries. In StudioPro you can go to App | Show App Directory in Explorer. Go to the userlib directory and create a copy (eg store the copy on your desktop, a) for reference and b) if you make mistake you can go back).
Then check in the userlib directory if you have "duplicate jar files", by this I mean two different versions of the same file (eg log4j-core-2.17.1.jar and log4j-core-2.17.2.jar). You can then remove the lowest version.
After removing all outdates files, in StudioPro you can select App | Clean Deployment Directory and App | Synchronize App Directory. Then run you app again.