-
Notifications
You must be signed in to change notification settings - Fork 407
Closed
Description
Preliminary Checks
-
I have reviewed the documentation: https://clerk.com/docs
-
I have searched for existing issues: https://github.com/clerk/javascript/issues
-
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
-
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
Publishable key
pk_test_Zml0dGluZy15YWstOTguY2xlcmsuYWNjb3VudHMuZGV2JA
Description
When installing fastify v5, the backend immediately crashes with the following error:
[08:51:11 UTC] ERROR: fastify-plugin: @clerk/fastify - expected '4.x' fastify version, '5.0.0' is installed
err: {
"type": "FastifyError",
"message": "fastify-plugin: @clerk/fastify - expected '4.x' fastify version, '5.0.0' is installed",
"stack":
FastifyError: fastify-plugin: @clerk/fastify - expected '4.x' fastify version, '5.0.0' is installed
"code": "FST_ERR_PLUGIN_VERSION_MISMATCH",
"name": "FastifyError",
"statusCode": 500
}Environment
-berkerdemirer and madze
Metadata
Metadata
Assignees
Labels
No labels