SoftInstigate / restheart-blog-example

Example blog application built with RESTHeart and AngularJS
GNU Affero General Public License v3.0
9 stars 6 forks source link

405 When Sending a POST #7

Closed ballcoach12 closed 4 years ago

ballcoach12 commented 4 years ago

Hi, I'm getting a 405 when I try to post a document to a collection.

image

In the docker log for restheart, I have the following error:

19:51:17.293 [XNIO-1 task-1] ERROR o.r.m.h.RequestDispatcherHandler - Can't find PipelinedHandler(DOCUMENT, POST)

How do I configure the API to handle POST requests?

Thanks!

ballcoach12 commented 4 years ago

Posted to the wrong repo; closing and moving to restheart api