posted 1 year ago
When I call this rest api , i get HTML back, no errors , nothing is thrown, its going thru all my code and logs this line.
logger.info("Exporting all customer to SOLR berefore return response: ." + exportAddCustomers) ;
Just before returning the response.
Its newer catch an exception so this is newer logged:
logger.info("Exporting all customer to SOLR Exception: ." + e.getMessage() + " " + e.getCause()) ;
But what I get back from swagger is plain html.
What can actual be wrong here, I have googled for 3 Hours and can not find any explanation , can you ? I will give you a beer ;-)
Response from swagger:
Kind regards Frank