quick-orange-44935
02/07/2022, 3:41 PM/auth/firsttime
request from growthbook web to growthbook api. i’ve set the appropriate env vars such as APP_ORIGIN
to the backend api server and API_HOST
to frontend service. my ingresses (traefik) are using oauth but im still getting blocked on the username / password auth form page.future-teacher-7046
quick-orange-44935
02/07/2022, 3:45 PMAccess to fetch at '<https://growthbook-api>.<DOMAIN>/auth/firsttime' from origin '<https://growthbook-ui>.<DOMAIN>' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
future-teacher-7046
quick-orange-44935
02/07/2022, 4:32 PMgrowthbook-api
is hitting google oauth redirect which is being blocked by CORS for ui -> api requestsfuture-teacher-7046
quick-orange-44935
02/07/2022, 9:52 PM