Error trying to log in
-
Any client I try to log in with gives me an error. With debug enabled I get the following:
params array ( ‘client_name’ => ‘trunks.social’, ‘redirect_uris’ => ‘oauth://trunks.social/authcallback’, ‘scopes’ => ‘write read follow push’, ‘website’ => ‘https://trunks.social’, )
json array ( ‘client_name’ => ‘trunks.social’, ‘redirect_uris’ => ‘oauth://trunks.social/authcallback’, ‘scopes’ => ‘write read follow push’, ‘website’ => ‘https://trunks.social’, )
current_user 0
user_agent ‘Dart/3.2 dart:io ‘
app Enable_Mastodon_Apps\Mastodon_App::__set_state(array( ‘term’ => WP_Term::__set_state(array( ‘term_id’ => 461, ‘name’ => ‘enable-mastodon-apps’, ‘slug’ => ‘enable-mastodon-apps’, ‘term_group’ => 0, ‘term_taxonomy_id’ => 461, ‘taxonomy’ => ‘mastodon-app’, ‘description’ => ”, ‘parent’ => 0, ‘count’ => 0, ‘filter’ => ‘raw’, )), ))When I try to access /api/v1/apps I get:
{“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method.”,”data”:{“status”:404}}
I have WebFinger, ActivityPub, Nodeinfo, and Friends plugins installed.
- The topic ‘Error trying to log in’ is closed to new replies.