Database Configuration Problems
Missing option on MySQL
When running MySQL, it is required that the option ?parseTime=true is required. If the option is missing some operations will succeed, but retrieving a key may fail which will cause a error code 403.
An example of such an error could look like this:
tsm access denied ; node 1 returned 403: access denied: key with id dZvB5rR59HqCXMmPBdv7A38qAnJl not found
To fix this problem, the missing option needs to be added to the connection string as per database configuration here
Updated 1 day ago
