Add the character encoding of the signin page #1284
Comments
|
Thanks for opening this. Would you care to open a PR to add this? If it's any consolidation, currently there is no text k nthe page that is "subject to being garbled" |
|
Ohh, you mean, you would add a fix for this with #1154? Then oki. |
|
#1154 is not intended to fix this per se, but it would benefit from adding UTF-8 encoding if we want to support multiple languages with foreign symbols later. So we use Here is the relevant HTML wrapper code: next-auth/src/server/pages/index.js Line 13 in 69cc6bf You could add |
|
@ExpressGradient following up on this, are you interested in making a PR? |
|
Ohh, I'm so sorry. I completely forgot about this. To avoid this, I just used the signIn function on my button. |


Describe the bug
The sign in page did not have a character encoding.
Steps to reproduce
Just click a button with
signIn()method on it.Expected behavior
You'll see this error in your console.
Screenshots or error [logs]

Additional context
Just add a
in the
<Head>of the page and the error will go away.And also please add favicon too.
Thank You and have a great day.
Feedback
Documentation refers to searching through online documentation, code comments and issue history. The example project refers to next-auth-example.
The text was updated successfully, but these errors were encountered: