I have a error about utf-8
Error: stream did not contain valid UTF-8
I guess it's an error from your HTML file, we'll do justice to properly debugging if I can see a snippet of your code
How can I do that?
I have this error too. how did you solve it
Use whitenoise
I had this error too, change the file encoding for requirements.txt to utf-8
This work for me, thank you so much
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I have a error about utf-8
Error: stream did not contain valid UTF-8
I guess it's an error from your HTML file, we'll do justice to properly debugging if I can see a snippet of your code
How can I do that?
I have this error too. how did you solve it
Use whitenoise
I had this error too, change the file encoding for requirements.txt to utf-8
This work for me, thank you so much