AJ Robertson
AJ Robertson
I was able to work around this by hashing the user's email and using that instead of `scope.id`. ``` elixir def storage_dir(version, {file, scope}) do "uploads/user/profile_photo/user_#{uniq_id(scope.email)}" end ``` ``` elixir...
We're experiencing this issue as well. And, of course, we're using an `` tag to trigger JavaScript with `onClick` when we should technically be using a `` tag. I believe...
@mansiibm, have you been able to get Playwright to work? I get the follow error when trying to use the Playwright MCP:  ``` [ { "type": "text", "text": "Error:...