[X] I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
[X] 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.
Preliminary Checks
[X] I have reviewed the documentation: https://clerk.com/docs
[X] I have searched for existing issues: https://github.com/clerk/javascript/issues
[X] I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
[X] 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