Hi, everyone.
When i try to access API using generated access_token i get error "Internal server error" with code 500. When i use master-key defined in table "api_keys" i'm able to do what i want to - register a new user with POST-request at "/api/users". User added to users table but instead of returning its data(id, username etc.) i get the same error(500 via curl and 404 via file_get_contents). My Flarum app deployed on subdomain and i send requests from Laravel that deployed on main so it's "laravel.local" and "flarum.laravel.local".
Flarum is latest version that i downloaded using "composer create-project flarum/flarum . --stability=beta" command.
I'm following this guide.
Is it a bug or am I doing this wrong?