Post coffeeOrder error

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question:
How can I solve the problem?

Details (like screenshots):

How I found the problem:
While creating coffeeOrder
POST & http://localhost:9090/coffeeOrder/coffeeOrder & Send

{“id”:“”,“orderNumber”:“1”,“coffeeName”:“espresso”,“coffeeCount”:“2”,“customerName”:“kevin”}

I’ve already tried: 3 times

Hi @briandude4uy, Welcome to the community!

Seeing the error, it seems to be issue at server side(http 500 error). Can you please check the stack trace of your application server which in this case will be your zuul server logs.

You may get more information over there.