Developers are encountering a "DEPTH_ZERO_SELF_SIGNED_CERT" error when attempting to login auth users from the web. The solution is to use `setSelfSigned` on the `Client`, as it is not supported in edge runtimes.
darShan
19 Jul, 2024, 07:18
Try using setSelfSigned on the Client.
Suiii
19 Jul, 2024, 07:21
still same issue
Suiii
19 Jul, 2024, 07:22
Suiii
19 Jul, 2024, 07:29
TypeScript
setSelfSigned is not supported in edge runtimes.{"cause":{"code":"DEPTH_ZERO_SELF_SIGNED_CERT"}}```