Appointment scheduling Not Working

Hello, Am working on a fresh installation of bamni 0.92. Am not able to schedule an appointment after setting up bahmni dev enviroment. The steps I followed to setup it up is: clone git@github.com:Bahmni/openmrs-module-bahmniapps.git cd ehospital_openmrs-module-bahmniapps/ui

  1. yarn install
  2. npm install
  3. bower install
  4. grunt clean -DskipTests
  5. grunt --force
  6. ssh to vagrant
  7. sudo mv /var/www/bahmniapps /var/www/bahmniapps-original
  8. sudo ln -s /bahmni/openmrs-module-bahmniapps/ui/app /var/www/bahmniapps
  9. sudo chown -h bahmni:bahmni /var/www/bahmniapps It shows error: There was an unexpected issue on the server. Please try again. This problem occurs also in bahmni 0.91.

NB: Appointment scheduling worked fine before setting up bahmni dev enviroment.

you get errors while running “chown” command?

  • did you restart apache?
  • have you tried “chown -R” option!