Rails:错误导致用户重新启动窗口。为什么?
我正在 Rails 中运行一个新的 Web 应用程序,在 Heroku 上运行。我收到用户的投诉,称此计算不起作用:http://www. countcalculate .com/body/sober-after-alcohol-conspiration
显然,用户收到一条消息,他们需要重新启动窗口(?),但它根本不起作用。我无法得到比这更好的解释(来自用户的一种方式沟通)。我也不知道要在日志中查找什么。
- 什么会导致这种错误信息?
- 是不是和我设置的超时时间(12秒)有关?
- 您认为它与 Heroku 或 Rails 有关吗?
您可以复制错误或给我建议吗?
I am running a new web application in Rails, running on Heroku. I am getting complaints from my users that this calculation does not work: http:// www. countcalculate .com/body/sober-after-alcohol-consumption
Appearantly the users get a message that they need to restart the window (?) and that it doesn't work at all. I have not been able to get better explanations than that (one way communication from the users). I don't really know what to look for in the logs either.
- What would cause this kind of error message?
- Could it be related to the time out that I have set (12 seconds)?
- Is it related to Heroku or Rails you think?
Can you replicate the error or give me advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类似的错误只能来自 Javascript - 如果您查看 javascript 控制台,会发现 6 个错误。
Errors like that can only come from Javascript - there are 6 errors if you view the javascript console.