feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[cloud-spring-spanner]:alexismp

Open vjdev77 opened this issue 1 year ago • 0 comments

in Spring Boot application with Cloud Spanner step 8, 8. Run the Application

posting an Order record to the endpoint: curl -H"Content-Type: application/json" -d'{"description": "My orders", "items": [{"description": "Android Phone", "quantity": "1"}]}'
http://localhost:8080/api/orders

throws com.google.cloud.spanner.SpannerException: INVALID_ARGUMENT: com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException:

vjdev77 avatar May 09 '24 19:05 vjdev77