You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the older mysql client is being used and this is causing errors like
Error: Could not connect to the database. Please check the connection settings in your Vendure config.
[ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client]
Is it possible to migrate to the newer mysql2 client to fix this error?
The text was updated successfully, but these errors were encountered:
vendure/packages/core/package.json
Line 100 in 5082cc9
Currently the older mysql client is being used and this is causing errors like
Is it possible to migrate to the newer mysql2 client to fix this error?
The text was updated successfully, but these errors were encountered: