When you go to http: // localhost: 3000 /, an error page opens.
Warning caught during route execution: utf8 "xE9"
Maybe someone knows how to fix this error?
When you go to http: // localhost: 3000 /, an error page opens.
Warning caught during route execution: utf8 "xE9"
Maybe someone knows how to fix this error?
Presumably, in some file that it reads, the text is not in UTF-8. Perhaps, either in CP-1251 (βyβ) or in ISO-8859-1 (βΓ©β). Look above for treysbek what is read, and deal with this file.
Source: https://ru.stackoverflow.com/questions/108004/
All Articles