coinbaseWallet > appLogoUrl not working and default favicon url won't add /
after domain
#4119
Closed
1 task done
Labels
Needs Reproduction
Misc: Needs Reproduction
Check existing issues
Describe the bug
I am passing the appLogoUrl to the function, but the logo is broken in UI. After inspecting I found that it's using default favicon itself.
Favicon works for me but it's broken as it's missing
/
in the image URL after the domain like belowhttps://domainNameassets/favicons/apple-touch-icon-180x180.png
Where the expected URL is
https://domainName/assets/favicons/apple-touch-icon-180x180.png
Link to Minimal Reproducible Example
No response
Steps To Reproduce
No response
What Wagmi package(s) are you using?
@wagmi/connectors
Wagmi Package(s) Version(s)
5.0.21
Viem Version
2.x
TypeScript Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: