NodeJS Express 托管的 GWT 编译应用程序不渲染 CSS
我有一个放置在 NodeJS/Express 中的 GWT 应用程序。网站已加载,但未应用 CSS。然而,当我在浏览器中单独打开 HTML 文件时,它确实正确渲染了 CSS。
知道为什么会发生这种情况吗?我错过了什么吗?
编辑:
服务器:带有 Express
客户端的 NodeJS:Web 应用程序 - 使用 GWT 编译
I have this GWT application that I placed within NodeJS/Express. The site loads, however, the CSS is not applied. When I open the HTML file separately in the browser, however, it does render the CSS correctly.
Any idea why this happen? Am I missing something?
EDIT:
Server: NodeJS with Express
Client: Web app - Compiled with GWT
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在本地运行与在域上运行时,基本网址不同 < a href="https://stackoverflow.com/questions/8127131/">由nodeJS托管。尝试使用绝对路径或添加errorHandler 查找基本 URL。
The base URL is different when running locally versus running on the domain hosted by nodeJS. Try using an absolute path or adding an errorHandler to find the base URL.