Roy R
08/27/2022, 7:40 PMRoy R
08/27/2022, 7:41 PMRoy R
08/27/2022, 7:47 PMRoy R
08/27/2022, 7:51 PMRoy R
08/27/2022, 7:52 PMRoy R
08/27/2022, 7:53 PMRoy R
08/27/2022, 7:56 PMrp_st
08/28/2022, 5:38 AMrp_st
08/28/2022, 5:38 AMrp_st
08/28/2022, 5:43 AMRoy R
08/28/2022, 5:46 AMRoy R
08/28/2022, 5:47 AMrp_st
08/28/2022, 5:47 AMRoy R
08/28/2022, 5:48 AMRoy R
08/28/2022, 5:48 AMrp_st
08/28/2022, 5:48 AMrp_st
08/28/2022, 5:49 AMRoy R
08/28/2022, 6:45 AMrp_st
08/28/2022, 6:51 AMapiGatewayPath
setting was missing on the backend in the appInfo config. This is required cause you used a proxy in front of the auth service with a path of /auth
. Though I'm not sure how this affected the missing access token cookie in the signout request. But after setting this config, it worked.
- CORS misconfiguration caused issues where APIs failed leading to white screen of death.
- <EmailPasswordAuth />
wrapper could have been used instead of building custom useAuth
hook.
Please feel free to reach out if more issues come up.