API Key plugin is always returning a KEY_NOT_FOUND error
I've got some basic Hono middleware to check API keys:
I'm always getting a
I've already run all migrations for the DB.
I'm always getting a
KEY_NOT_FOUND error, even when the key's valid. How should I fix this?I've already run all migrations for the DB.