I installed MultiSafePay Connect plugin. But when I add a product to the shopping basket and go to checkout. I see some errors in the console (see attachments). But I think all required files ar on the server.
Whats happening?
1 Answer 1
Actually it ́s saying that the .js-files could not be found in the pub/static... directory. Most of the other errors just refer to that.
Just make sure you run 
bin/magento setup:static-content:deploy nl_NL in the console in the magento installation directory. This should copy all static files (incuding your .js-files into the pub/static..directories.
Then this error will disapear.