Error 422 Unprocessable Content

POST https://mikkiswim-api.itlabs.top/api/register

Forwarded to MainController (dad335)

Routing

_api_register_post Matched route

Route Parameters

Name Value
_api_operation_name
"_api_register_post"
_api_resource_class
"App\Entity\User"
_format
null
_stateless
null

Route Matching Logs

Path to match: /api/register
# Route name Path Log
1 api_genid /api/.well-known/genid/{id} Path does not match
2 api_validation_errors /api/validation_errors/{id} Path does not match
3 api_entrypoint /api/{index}.{_format} Path almost matches, but Requirement for "index" does not match (index)
4 api_doc /api/docs.{_format} Path does not match
5 api_jsonld_context /api/contexts/{shortName}.{_format} Path does not match
6 _api_errors /api/errors/{status}.{_format} Path does not match
7 _api_validation_errors_problem /api/validation_errors/{id} Path does not match
8 _api_validation_errors_hydra /api/validation_errors/{id} Path does not match
9 _api_validation_errors_jsonapi /api/validation_errors/{id} Path does not match
10 _api_/carts/{id}{._format}_get /api/carts/{id}.{_format} Path does not match
11 _api_/cart/get_get_collection /api/cart/get Path does not match
12 _api_cart/add_post /api/cart/add Path does not match
13 _api_cart/remove_post /api/cart/remove Path does not match
14 _api_cart/combination/add_post /api/cart/combination/add Path does not match
15 _api_cart/combination/remove_post /api/cart/combination/remove Path does not match
16 _api_catalogs/slug_get /api/catalogs/slug Path does not match
17 _api_/catalogs{._format}_get_collection /api/catalogs.{_format} Path does not match
18 _api_/catalogs/{id}{._format}_get /api/catalogs/{id}.{_format} Path does not match
19 _api_/certificates/{id}{._format}_get /api/certificates/{id}.{_format} Path does not match
20 _api_/certificates{._format}_get_collection /api/certificates.{_format} Path does not match
21 _api_/certificate_buys/listing_post /api/certificate_buys/listing Path does not match
22 _api_/certificate_buys/preview_post /api/certificate_buys/preview Path does not match
23 _api_/certificate_buys/checks_get_collection /api/certificate_buys/checks Path does not match
24 _api_/certificate_buys/{id}{._format}_get /api/certificate_buys/{id}.{_format} Path does not match
25 _api_/certificate_buys{._format}_get_collection /api/certificate_buys.{_format} Path does not match
26 _api_/combinations{._format}_get_collection /api/combinations.{_format} Path does not match
27 _api_combinations/viewers_post /api/combinations/viewers Path does not match
28 _api_/combinations/{id}{._format}_get /api/combinations/{id}.{_format} Path does not match
29 _api_/loyalty_programs/{id}{._format}_get /api/loyalty_programs/{id}.{_format} Path does not match
30 _api_/loyalty_programs{._format}_get_collection /api/loyalty_programs.{_format} Path does not match
31 _api_/delivery/types_get_collection /api/delivery/types Path does not match
32 _api_/orders{._format}_post /api/orders.{_format} Path does not match
33 _api_/order/b2b_check_post /api/order/b2b_check Path does not match
34 _api_/delivery/pochta/tariff_post /api/delivery/pochta/tariff Path does not match
35 _api_/delivery/boxberry/tariff_post /api/delivery/boxberry/tariff Path does not match
36 _api_/delivery/yandex/tariff_post /api/delivery/yandex/tariff Path does not match
37 _api_/delivery/cdek/tariff_post /api/delivery/cdek/tariff Path does not match
38 _api_/delivery/address_suggest_post /api/delivery/address_suggest Path does not match
39 _api_/order_b2_bs{._format}_post /api/order_b2_bs.{_format} Path does not match
40 _api_/orders/last_order_get /api/orders/last_order Path does not match
41 _api_/order_refunds/{id}{._format}_get /api/order_refunds/{id}.{_format} Path does not match
42 _api_refund_post /api/refund Path does not match
43 _api_/products{._format}_get_collection /api/products.{_format} Path does not match
44 _api_product_sizes_post /api/product_sizes Path does not match
45 _api_/products/look_get_collection /api/products/look Path does not match
46 _api_/products/recommended_get_collection /api/products/recommended Path does not match
47 _api_/products/filters_get_collection /api/products/filters Path does not match
48 _api_/products/slug_get_collection /api/products/slug Path does not match
49 _api_products/viewers_post /api/products/viewers Path does not match
50 _api_/products/category/slug_get_collection /api/products/category/slug Path does not match
51 _api_/products/reviews_get_collection /api/products/reviews Path does not match
52 _api_productsByIds_get_collection /api/productsByIds Path does not match
53 _api_/products/{id}{._format}_get /api/products/{id}.{_format} Path does not match
54 _api_/promo_codes/{id}{._format}_get /api/promo_codes/{id}.{_format} Path does not match
55 _api_/promo_codes{._format}_get_collection /api/promo_codes.{_format} Path does not match
56 _api_/reviews/{id}{._format}_get /api/reviews/{id}.{_format} Path does not match
57 _api_reviews/add_post /api/reviews/add Path does not match
58 _api_reviews/edit/{id}_post /api/reviews/edit/{id} Path does not match
59 _api_reviews/remove/{id}_delete /api/reviews/remove/{id} Path does not match
60 _api_/showroom_appointments/{id}{._format}_get /api/showroom_appointments/{id}.{_format} Path does not match
61 _api_/showroom_appointments{._format}_get_collection /api/showroom_appointments.{_format} Path does not match
62 _api_/showroom_appointments{._format}_post /api/showroom_appointments.{_format} Path does not match
63 _api_/me_get_collection /api/me Path does not match
64 _api_/user/orders_get_collection /api/user/orders Path does not match
65 _api_/user/cart_get_collection /api/user/cart Path does not match
66 _api_/user/wishes_get_collection /api/user/wishes Path does not match
67 _api_/user/reviews_get_collection /api/user/reviews Path does not match
68 _api_/user/refunds_get_collection /api/user/refunds Path does not match
69 _api_/user/messages_get_collection /api/user/messages Path does not match
70 _api_register_post /api/register Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.