axios.post is sending a GET request
Try to remove a trailing slash in COMMENTS_BASE_URL if you have it.
i.e. use '/resource'
instead of '/resource/'
. We had the same problem.
In my case, My server use https
so, http
=> https
then problem solved.