Does the supertokens dashboard not work with the e...
# support-questions-legacy
w
Does the supertokens dashboard not work with the env variable anymore? We have this setup:
Copy code
Dashboard.init({
        apiKey: process.env.SUPERTOKENS_DASHBOARD_API_KEY,
      }),
But the API key is not giving us access - is this something we have to setup by signing up as it's a paid feature?
3 Views