It should be that something went wrong when you rendered the page. The data was not rendered normally when rendering the page, so the result is that the entire page's html was sent
Are you reading the file content directly and the ContentType is not set to text/html? If you have directly defined the template engine and directory, just res.rend(‘xxx’); will be fine
It should be that something went wrong when you rendered the page. The data was not rendered normally when rendering the page, so the result is that the entire page's html was sent
Are you reading the file content directly and the ContentType is not set to text/html? If you have directly defined the template engine and directory, just res.rend(‘xxx’); will be fine