If you don’t mind, I will be glad if you can help me setup quickly via a Google meet. It’s taken me a while trying to get it running, I think I am missing some tiny detail.
Yes, I am running locally on a different server to where the pre reg app is running
Looks like you are running PreReg Data Sync service.
If you want to try prereg endpoints to create a new application etc, you must run PreReg Application service.
Also the config values should be corrected as below:
spring.cloud.config.uri=http://172.16.218.67:51000
spring.cloud.config.label=develop-v3
spring.cloud.config.name=pre-registration
spring.application.name=pre-registration-application-service
spring.profiles.active=default
make sure the spring.cloud.config.label matches the config server branch name and spring.profiles.active is default
Oh okay, thanks. Let me try that and see
I am using release branch so that should be it right?
Who has been successful in setting up pre-registration module in recent times. It’s becoming a torn in my flesh. I need help please.
Hi
So sorry to know the trouble that you are facing.
Did you try after updating below value:
spring.cloud.config.name=pre-registration
from the value that you had given:
spring.cloud.config.name=config/*
What error are you facing now?