our postgres database has been migrated - there is no apiKey on the user table, amd there’s a user_apikey table now
The error is that the node is complaining that it can’t find the user.apiKey - which is obvious, as the migration has removed it !
our postgres database has been migrated - there is no apiKey on the user table, amd there’s a user_apikey table now
The error is that the node is complaining that it can’t find the user.apiKey - which is obvious, as the migration has removed it !