Player Accounts not compatible with WebGL

I have login system setup using PlayerAccounts that works just fine on mobile devices or in unity editor, but when I try it logging in on WebGL build I get this error when I click on Login button
web build test db.framework.js:3 MethodAccessException: Attempt to access method ‘Unity.Services.Authentication.PlayerAccounts.IBrowserUtils.Bind’ on type ‘’ failed.
Any possible solutions please?

Check for package updates to any of the service packages. If there are any, install them and try again. It did fix a very similar PlayerAccount issue for someone recently.

I am using 3.2.0 version for authentication package. It doesn’t show any update possibility in the package manager.