Hello everyone, I have managed to deploy Fineract CN on Docker. I used the scripts from here: https://github.com/openMF/fineract-cn-containers
After running start-up.sh, I then run the provision.sh script using 'bash set-up.sh provision samplethree' I am able to sucessfully log-in and access the Office, Employee, and edit Roles and Permissions functions. However for the other functions like Member, Loan Product, Deposit Account Management I am unable to do anything with them. When I go to their respective pages, I get the error message: Service not available We are very sorry, it seems there is a problem with our servers. Please contact your administrator if the problem occurs. Upon checking the logs, I get the following error: java.sql.SQLSyntaxErrorException: Table 'samplethree.bastet_products' doesn't exist https://pastebin.com/VhMp8hCT So how do I generate the various tables like bastet_products? Thank you. Regards, Robert Di
