You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
When trying to authenticate in playwright with the webkit browser Clerk never seems to be able to authenticate.
In the reporducation i am using the signIn util provided, but I have tried doing the flow manually by entering email password manually.
I think it has something to do with cookies in webkit.
lasseklovstad
changed the title
Authentication with Playwright in webkit doesn't work
Next.js Authentication with Playwright in webkit doesn't work
Nov 6, 2024
Preliminary Checks
I have reviewed the documentation: https://clerk.com/docs
I have searched for existing issues: https://github.com/clerk/javascript/issues
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
https://github.com/lasseklovstad/clerk-playwright-webkit-bug
Publishable key
pk_test_bG9naWNhbC1nYXRvci0xMi5jbGVyay5hY2NvdW50cy5kZXYk
Description
When trying to authenticate in playwright with the webkit browser Clerk never seems to be able to authenticate.
In the reporducation i am using the signIn util provided, but I have tried doing the flow manually by entering email password manually.
I think it has something to do with cookies in webkit.
Steps to reproduce:
Here is a github action testing the login and verfying the user button is visible.
Logs: https://github.com/lasseklovstad/clerk-playwright-webkit-bug/actions/runs/11704126518/job/32595904683
Expected behavior:
Sign in button is visible after sign up in webkit browser.
Actual behavior:
The user button is never visible after signUp is called.
Environment
The text was updated successfully, but these errors were encountered: