Wallet Connect Issue ( Trust Wallet )

Hello Moralis,
I just happened using moralis boilerplate and try to build it. When I try accessing using Connect Wallet on Authenticate , and using Trust wallet Mobile , it get error “Wallet not supported”
When I use QR Code Invalid URI error appear
Here is my package.json

@ant-design/icons”: “^4.7.0”,

"@craco/craco": "^6.4.3",

"@testing-library/jest-dom": "^5.11.4",

"@testing-library/react": "^11.1.0",

"@testing-library/user-event": "^12.1.10",

"@walletconnect/web3-provider": "^1.7.1",

"antd": "^4.16.13",

"craco-less": "^2.0.0",

"moment": "^2.29.1",

"moment-countdown": "^0.0.3",

"moralis": "^0.0.176",

"react": "^17.0.2",

"react-blockies": "^1.4.1",

 "react-dom": "^17.0.2",

"react-moralis": "^0.3.11",

"react-reveal": "^1.2.2",

"react-router": "^5.2.1",

"react-router-dom": "^5.3.0",

"react-scripts": "4.0.3",

"walletconnect": "^1.7.1",

"web-vitals": "^1.0.1",

"yarn": "^1.22.17"

Hopefully someone can help me to solve this

any error prompt details you get from the console? also try updating moralis and react-moralis to the latest version, looks quite outdated

thx @YosephKS for pointing about moralis and react-moralis version,
Now it updated
image
But still same error appear
error only at mobile version while using trust wallet ( metamask no issue )

this appear when I tried using QR Code

this appear when I tried using connect from mobile

Hopefully there another solution regarding this, I am testing gamification from this tutorial

@IAmJaysWay any comment on this?