The application is getting started but on hitting any endpoint the response is coming as
error: {
“requestId” :1
}
The only logs I am able to find are:
[info] p.a.d.DefaultDBApi - Database [workflow_read] initialized at jdbc:mysql://192.168.124.125:3306/workflow_management?useSSL=false
[info] application - Creating Pool for datasource ‘workflow_read’
[info] p.a.d.DefaultDBApi - Database [workflow_write] initialized at jdbc:mysql://192.168.124.125:3306/workflow_management?useSSL=false
[info] application - Creating Pool for datasource ‘workflow_write’
Inside the Handler
[info] p.a.h.EnabledFilters - Enabled Filters (see https://www.playframework.com/documentation/latest/Filters):
[info] play.api.Play - Application started (Dev) (no global state)