[Dev Tools] Auth server for sso accounts are very, very slow #1026
-
Team or ProjectSyntra ZK chainZKSync ERA EnvironmentTestnet Select the Dev Tool you are usingZKsync CLI Provide the version of the tool (if applicable)"zksync-sso": "^0.2.0" Provide a brief description of the functionality you're trying to implement and the issue you are running into.i'm successfully using the repository, but I'm encountering a significant issue with the authentication server's performance. User login attempts are extremely slow, often resulting in server timeouts and failed logins. Repo Link (Optional)https://github.com/matter-labs/zksync-sso Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Will check with the SSO team to see if this is to be expected |
Beta Was this translation helpful? Give feedback.
-
I can help! Can you provide which requests fail? Is it when trying to open the pop-up, load the javascript & HTML, or are they on-chain requests?
When you say "local" do you mean running the auth-server page locally pointed to era sepolia? |
Beta Was this translation helpful? Give feedback.
I've tried various combinations in passkey.ts, but it doesn't seem to be an issue with the zkSync-sso repo code.
I'm starting to suspect it might be a compatibility issue at the web protocol layer.