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
Also just had this issue. The problem is that okta-env.js is inside the env folder, so using
path.join(__dirname,'..','testenv'))
is actually looking in the okta-hosted-login folder, not the root folder of the project. Moving the testenv file inside the okta-hosted-login folder fixes the issue.
but I need to name it
.env
in root ofokta-hosted-login
root.The text was updated successfully, but these errors were encountered: