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
Our platform is going through an authentication implementation process using Auth0.
As a way to ensure a better user experience, we chose to use the Auth0-lock library. But we are facing some integration issues.
Installing the dependency goes smoothly inside the repository. However, when we import the library in some component and execute the command "vtex link", the terminal shows this error:
As a test, I created a project, also in React, through create-react-app. In it I can run all the functionality of Auth0-lock perfectly. When I try to replicate the same implementation in our repository, the error occurs.
All recommendations from the official library documentation were followed. I've also done an overview on several forums and on Auth0's GitHub. In conversation with our internal team of developers, we believe it is something related to blocking Vtex's build environment.
Has anyone ever experienced something similar?
Thanks
The text was updated successfully, but these errors were encountered:
Our platform is going through an authentication implementation process using Auth0.
As a way to ensure a better user experience, we chose to use the Auth0-lock library. But we are facing some integration issues.
Installing the dependency goes smoothly inside the repository. However, when we import the library in some component and execute the command "vtex link", the terminal shows this error:
As a test, I created a project, also in React, through create-react-app. In it I can run all the functionality of Auth0-lock perfectly. When I try to replicate the same implementation in our repository, the error occurs.
All recommendations from the official library documentation were followed. I've also done an overview on several forums and on Auth0's GitHub. In conversation with our internal team of developers, we believe it is something related to blocking Vtex's build environment.
Has anyone ever experienced something similar?
Thanks
The text was updated successfully, but these errors were encountered: