Silent login fails from docker

hello, we are using automate e2e test from docker, but the sillent login fails only from docker. it’s working in normal e2e tests, normal headless browser tests, but it fails when the tests run from docker.

Hey there @andyql !

Thank you for bringing the context, I will try to help!

Does your docker tests involve user interaction or allow access to browser stored cookies (silent authentication is a cookies based flow)? For reference, you can check this topic.

Does your docker environment maybe lacks some of the required for the auth0 flow libraries installed?
All auth0-related config files included?

We do not provide a dockerized version of Auth0, but hopefully this link can help with the docker context - Use Docker to Create a Node Development Environment

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.