erro 404
-
Congratulations on the plugin!
I’m having difficulty using this plugin: – I have a multisite installation in “…./sys” and I am integrating with a Reactjs project. When making the POST request to “/sys/wp-json/bdpwr/v1….” I am getting ‘error 404’. I have already added the necessary lines in ‘functions.php’ function whitelist_auth_endpoints( $endpoints ) { $endpoints[] = ‘/sys/wp-json/bdpwr/v1/reset-password’; $endpoints[] = ‘/sys/wp-json/bdpwr/v1/set-password’; $endpoints[] = ‘/sys/wp-json/bdpwr/v1/validate-code’; return $endpoints; }; add_filter( ‘jwt_auth_whitelist’ , ‘whitelist_auth_endpoints’ , 10 , 1 ); And it didn’t solve it. Is there anything else I should do to make this work correctly?
- The topic ‘erro 404’ is closed to new replies.