@tendomart Hello brother!!! I have already setup openmrs-core, properly with o2 framework working so much fine on localhost but i want to lates o3 framework how can i go on for that? While I have upload modules like spa-2.1.0-SNAPSHOT o3 Forms and when i go through openmrs/spa it throws error “the origin server did not find a current representation for the target resource or is not willing to disclose that one exists”
Hey @nanakshrestha Developing frontend modules – O3 Docs
is a good start
1 Like
Thank you brother! do i need to develop frontend modules and then connect with backend??
Yes when done, it should be able to connect with any backend server of your choice, in this case the one you’ve setup or by defaults to the communty server
use the below command to point to a back end server of your choice
yarn start --sources packages/esm-patient-vitals-app --backend=https://test3.openmrs.org
1 Like