NextJs + Vercel Buils using getStaticProps and Accents #13783
Unanswered
johnnietirado
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm deploying my site with Vercel and the now command line and using
getStaticProps
which gets content from my API + MongoDB Database.Some of the text contains accents since the site is in Spanish.
This doesn't occur with
getServerSideProps
It seems the UTF-8 strings aren't being rendered correctly during the build.
Any help would be much appreciated because it is the only thing holding me back from being able to use
getStaticProps
🙏Beta Was this translation helpful? Give feedback.
All reactions