kyledinh / zio-petclinic-scala-3

Updated zio-petclinic example app to use Scala 3
Apache License 2.0
6 stars 2 forks source link

Fail to GET owner by uuid - Owner Detail Page #2

Open kyledinh opened 1 year ago

kyledinh commented 1 year ago

backend error parsing the Owner UUID from request:

backend[ERROR] [KQueueEventLoopGroup-2-7] INFO petclinic.server.ClinicServer.loggingMiddleware.$anon - Request: Request(Http_1_1, GET, URL(/owners/9e39f691-13f7-4dfa-b6ec-94bb2e0a1e97,Relative,Map(),None), Headers(Chunk((Host,localhost:8080),(Connection,keep-alive),(sec-ch-ua,"Google Chrome";v="105", "Not)A;Brand";v="8", "Chromium";v="105"),(sec-ch-ua-mobile,?0),(User-Agent,Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36),(sec-ch-ua-platform,"macOS"),(Accept,*/*),(Origin,http://localhost:3000),(Sec-Fetch-Site,same-site),(Sec-Fetch-Mode,cors),(Sec-Fetch-Dest,empty),(Referer,http://localhost:3000/),(Accept-Encoding,gzip, deflate, br),(Accept-Language,en-US,en;q=0.9),(content-length,0))))
backend BEFORE parseOwnerID !!!!!!
fail-to-get-owner-by-id
kyledinh commented 1 year ago

Fixed for Owner Details Page with update to zio-json library moving to : 0.3.0 from 0.3.0-RC8

fix-Owner-Details-with-zioJSonVersion-0 3 0