problem in starting reference module in openmrs

hello everyone, i am new in this field so please bear with me. previously i installed openmrs-core, completed initialsetup and added legacy ui and other modules which ran perfectly. later i tried installing reference application for which i installed all the dependent modules. all the modules were successful while running mvn clean install but when started server referenceapplication module was not running and while trying to run it by clicking on start sometimes it says error while starting the module while other times it says csrf token missing.

while sometimes it start running but the login has location missing

what could be the possible reasons for it . Could it be because of version incompatibilty or is it because i changed the node version in pom.xml file to run mvn clean install command in reference application module

You will find it easier to use the OpenMRS SDK to set that up.

i have already successfully installed through openmrs sdk but the files were compressed thats why i switched to openmrs-core sometimes reference module run succesfully and if we add location in location module it runs but other times it keeps giving error while running

The SDK will automatically create for you the reference application that you are looking for without having to manually deal with module version dependencies.

will it arise problems in future in case i have to modify modules and ui ?

By then you will have more experience tinkering with openmrs modules. :wink:

Thank you for your guidance. I will follow your instructions.