I have a Nextjs application in which I have create...
# support-questions-legacy
i
I have a Nextjs application in which I have created a backendConfig file. When I use more than one third party clients (as used in this example: https://github.com/supertokens/next.js/blob/canary/examples/with-supertokens/config/backendConfig.ts), the application starts giving an error
Error: The providers array has multiple entries for the same third party provider. Please mark one of them as the default one by using "isDefault: true".
. I am not sure what to do here.
r
hey @ikak1595 which version of the sdk are you using?
i
I am using these packages: "supertokens-auth-react": "^0.31.5", "supertokens-node": "^13.6.0", "supertokens-web-js": "^0.5.0",
r
the config from the link is for the newer version of the node SDK. You should see older versions of the docs based on your SDK version.
i
Okay thanks a lot