Skip to content

API key #548

Answered by jbtronics
rdalen asked this question in Q&A
Mar 7, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

There seems to be some kind of year 2038 problem with date formatting on 32 bit systems, which cause this behavior. I'm not sure if there is an adequate fix, besides restricting dates input before 2038 (which is not really a solution in the long term).

To solve your problem it might be the easiest way, to access the MySQL or SQLite database table directly and delete the entry for that key from the api_tables table.

This should be possible by executing php bin/console doctrine:query:sql "DELETE FROM api_keys" in the docker container (attention this deletes all currently defined API keys).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rdalen
Comment options

Answer selected by rdalen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants