-
Beta Was this translation helpful? Give feedback.
Answered by
Robdel12
Jan 14, 2022
Replies: 1 comment 2 replies
-
Hey @prsdta! Every time I've seen this it's due to a missing charset in the Since it's flakey, it's likely there's something in the app that's putting invalid HTML into the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
prsdta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @prsdta! Every time I've seen this it's due to a missing charset in the
<head>
. This should help: https://docs.percy.io/docs/debugging-sdks#bad-character-encodingSince it's flakey, it's likely there's something in the app that's putting invalid HTML into the
<head>
. When that rerenders in Percy, the browser will "fix" it, by forcing it all out into the<body>