Error 401 Unauthorized

POST https://stage.bar-tek.com/api/oauth/token

Query Metrics

8 Database Queries
8 Different statements
2.42 ms Query time

Queries

Group similar statements

# Time Info
1 0.44 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.31 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.31 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
4 0.21 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
5 0.27 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
6 0.41 ms
SELECT token_id FROM refresh_token WHERE token_id = ?
Parameters:
[
  "307f2f231a0eb6727dd173278b7c5d44991dcaaea579233b8b5f33d274afdd0e1ec4eac0dfac4d94"
]
7 0.23 ms
DELETE FROM refresh_token WHERE expires_at < ?
Parameters:
[
  "2025-09-19 15:05:32.553"
]
8 0.24 ms
SELECT configuration_key, configuration_value FROM nosto_integration_config WHERE (sales_channel_id IS NULL) AND (language_id IS NULL) ORDER BY id ASC
Parameters:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.