I have simple micronaut application which has below one end point
- test/g1
which returns some string.
I created the the fat jar and deployed same on PCF(pivotal cloud foundry). The application is in running state but I am not able to access the endpoint. Got the the below error -
502 Bad Gateway: Registered endpoint failed to handle the request.
Any kind of help is much appreciated.
Please note same application is running properly when deployed on my local machine.