Streamlit User and API Authentication with Auth0 Next.js SDK

Thank you for putting so much effort into creating these materials! I have gone step by step through article 1 and 2. While in the first case with the password generator I had no problems and it worked flawlessly, in the case of the auth0 integration I encounter a huge problem loading the component.
Your app is having trouble loading the modules.component_auth0 component. The app is attempting to load the component from http://localhost:3001/streamlit, and hasn't received its Streamlit.setComponentReady() message.
I have checked everything many times, it seems that somehow with this implementation streamlit has a problem with the component. Do you perhaps have any tips? Thanks in advance.