When I try to log in with web3auth, I get an error "invalid url" in Chrome and Edge

web3auth in moralis, which was working fine until September.
spits out an error saying invalid url when I try to log in from chrome,edge. It works fine in safari or other browsers.

We are not in a position to update that package.

It was originally working fine. Please help me

"@walletconnect/web3-provider": "^1.8.0-rc.0",
    "@web3-react/core": "^6.1.9",
    "@web3-react/walletlink-connector": "^6.2.14",
    "@web3auth/base": "^1.1.0",
    "@web3auth/web3auth": "^2.1.3",
    "aws-amplify": "^4.3.27",
    "i18next": "^21.9.2",
    "magic-sdk": "^8.1.1",
    "moralis": "^1.11.0",
    "postcss-cli": "^10.0.0",
    "postcss-import": "^15.0.0",
    "postcss-prefix-selector": "^1.16.0",
    "react": "^18.2.0",
    "react-device-detect": "^2.2.2",
    "react-dom": "^18.2.0",
    "react-i18next": "^11.18.6",
    "react-modal": "^3.15.1",
    "react-moralis": "^1.4.0",

Below is my login code.

const user: MoralisType.User | undefined = await authenticate({
                provider: "web3Auth",
                clientId: clientId,
                theme: 'light',
                loginMethodsOrder: ["google", "twitter", "linkedin", 'kakao', 'line'],
                appLogo : argos,
                rpcTarget : "https://cloudflare-eth.com",
                onComplete : () => document.getElementById('w3a-container')?.remove()
            })

@seungseok Welcome Aboard!

You are using an older version of Openlogin and you need to be on the latest version of Web3Auth V7.

Please upgrade.

I also encountered the same issue as above, but when using incognito mode, it runs normally. What is the reason that only incognito mode works with the same Chrome?

@conglinh12s You need to be on the latest version of Web3Auth V7:

I’m in a situation where I can’t update.

We were using it fine, why is it suddenly not working ?

@seungseok What version of Chrome are you on?

My Chrome version is 118.0.5993.88.

I am not using natural web3auth,

web3auth inside Moralis Pacakge.

@web3auth/base”: “^7.0.4”, but I still get the same error.

Should I separate Moralis and web3auth and use them separately ?

Please create a seperate thread and share all the package version. Going forward, please do not comment on existing threads.

Thanks!