You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the update of webtask and Auth0 to support node 8, I was wondering if there's any change in configuration needed? I don't seem to be able to get my code to run under Node 8 using the harness. I suspect we might need a different sandbox URL, but I'm not sure what it should be. Does anyone know?
The text was updated successfully, but these errors were encountered:
I used: SANDBOX_URL=https://sandbox8-us.it.auth0.com
The token used to show up in https://manage.auth0.com/#/tenant/webtasks but it doesn't any longer. However, if you set up the wt cli for the 8 sandbox using the command given, you can then output the token from wt profile ls --show-token
Update to my note above ... these tokens are short-lived (10 hours). If you connect to your sandbox (e.g., wt logs -p "YOUR-TENANT-default"), it will refresh your token, after which you can run wt profile ls --show-token again, and re-copy into .env.
With the update of webtask and Auth0 to support node 8, I was wondering if there's any change in configuration needed? I don't seem to be able to get my code to run under Node 8 using the harness. I suspect we might need a different sandbox URL, but I'm not sure what it should be. Does anyone know?
The text was updated successfully, but these errors were encountered: