Ruby on Rails 请求不返回 &日志中没有信息

发布于 2024-09-06 07:21:07 字数 265 浏览 5 评论 0原文

当您对我的应用程序执行一项操作(仅一项操作)时,浏览器将只是坐在那里不执行任何操作,当我检查我的 生产日志 时,我会看到该请求(在我转到地址),但我没有看到任何错误或问题,而浏览器永远不会停止“加载”。我检查了我的NGINX服务器日志,没有发现任何东西,而且这个问题在我的开发环境中不会发生。我的日志级别设置为调试。

我已经收到另外两个人报告的问题,所以这不仅仅是我的机器的问题。有什么线索可能导致此问题或我可以做些什么来调试它吗?

When you execute an action on my application (only one action) the browser will just sit there not doing anything, when i check my production.log i see the request (about 2 minutes after i go to the address) but i see no errors or problems, while the browser never stops "Loading". I checked my NGINX server logs, and didn't find anything, and this problem doesn't happen in my development environment. My log level is set to debug.

I've had the issue reported by two other people, so it isn't just my machine. Any clue what could be causing this or what i could do to debug it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

平定天下 2024-09-13 07:21:07

尝试将 NGINX 排除在循环之外。尝试使用 script/server -e production 从控制台运行您的应用程序,然后查看是否可以访问 localhost:3000 上的服务器,即 curl http://localhost:3000 >

Try taking NGINX out of the loop. Try running your app from the console with script/server -e production and then see if you can access the server on localhost:3000, i.e. curl http://localhost:3000

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文