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
I having problems when trying the implementation described in the article-2 in production.
I have a next-js application and a streamlit application following the described in article 2, and the setup is working as expected in local dev.
The only difference that my project has from the original setup is that the next-js application has other routes different from the /streamlit, so I called the getServersProps and getSession in the /streamlit page directly, but is still require my user to login on the main next-js application.
Do you guys have any idea on what maybe causing the error in production?
This is the error GET http://my_prod_route/api/auth/me 401 (Unauthorized)
And this is happening even if the user is authenticated in the main application.
The text was updated successfully, but these errors were encountered:
I having problems when trying the implementation described in the article-2 in production.
I have a next-js application and a streamlit application following the described in article 2, and the setup is working as expected in local dev.
The only difference that my project has from the original setup is that the next-js application has other routes different from the
/streamlit
, so I called the getServersProps and getSession in the/streamlit
page directly, but is still require my user to login on the main next-js application.Do you guys have any idea on what maybe causing the error in production?
This is the error
GET http://my_prod_route/api/auth/me 401 (Unauthorized)
And this is happening even if the user is authenticated in the main application.
The text was updated successfully, but these errors were encountered: