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;