Hi team, I am getting an error when i try to run npm start in the client folder here

Error: Your Okta URL must start with https. Current value: {youOktaDomain}/oauth2/default. You can copy your domain from the Okta Developer Console. Follow these instructions to find it: https://bit.ly/finding-okta-domain

And here is the OktaClient.js code

const okta = require('@okta/okta-sdk-nodejs');

const client = new okta.Client({
  orgUrl: 'https://something.com',
  token: '006p........Ck2aS-Voh.................'
});

module.exports = client;

Oh thanks team, i got it working as i had forgotten to update my client id in app.config.js !

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.