Unable to comment on posts
This page will help you fix the Indefinite comment sending animation when the user is not logged in via WordPress in the app.
Solution
<?php
add_action( 'rest_api_init', 'add_homepage_route');<?php
add_action( 'rest_api_init', 'add_homepage_route');
add_filter( 'rest_allow_anonymous_comments', '__return_true' );Last updated