Skip to content
Discussion options

You must be logged in to vote

Struggled with the same problem in React, found out the error was caused by the Telegram WebView extension, which was trying to get your 'site_name'.

Just add a meta tag to the HTML header, and it's gone.

<meta property="og:site_name" content="my site name">

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sashtje
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2451 on January 28, 2025 15:59.