# 一个用户无法访问我的论坛，日志中出现错误

**URL:** <https://meta.discourse.org/t/one-user-cant-visit-my-forum-and-theres-an-error-in-the-logs/178413>\
**Category:** Support\
**Created:** [2021年二月4日 14:43 UTC](https://meta.discourse.org/t/one-user-cant-visit-my-forum-and-theres-an-error-in-the-logs/178413 "2021-02-04T14:43:02Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)\
**Post date:** [2021年二月4日 14:43 UTC](https://meta.discourse.org/t/one-user-cant-visit-my-forum-and-theres-an-error-in-the-logs/178413/1 "2021-02-04T14:43:02Z")

</div>

你好，

我的论坛一直运行正常，但有一个人无法访问。

她遇到了 500 错误，Discourse 的日志中显示了以下信息：

```
2:21 pm
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"groups", :id=>"comité_basket", :post_number=>"3", :slug=>"reunions-du-comite-basket", :topic_id=>"23649"}, possible unmatched constraints: [:id])
app/views/exceptions/not_found.html.erb:9
app/controllers/application_controller.rb:828:in `build_not_found_page'
app/controllers/application_controller.rb:286:in `block in rescue_discourse_actions'
app/controllers/application_controller.rb:358:in `block in with_resolved_locale'
app/controllers/application_controller.rb:358:in `with_resolved_locale'
app/controllers/application_controller.rb:284:in `rescue_discourse_actions'
app/controllers/application_controller.rb:205:in `block in <class:ApplicationController>'
lib/middleware/omniauth_bypass_middleware.rb:68:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:353:in `call'
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
lib/middleware/enforce_hostname.rb:23:in `call'
lib/middleware/request_tracker.rb:177:in `call'

```

您知道是怎么回事吗？

她在自己的电脑和智能手机上都尝试过，使用的是同一条互联网连接。

---

<div class="post-metadata">

**Author:** ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)\
**Post date:** [2021年二月6日 01:47 UTC](https://meta.discourse.org/t/one-user-cant-visit-my-forum-and-theres-an-error-in-the-logs/178413/2 "2021-02-06T01:47:53Z")

</div>

这很奇怪。看起来用户正在尝试访问您的 `comité_basket` 群组，但在为该群组生成“未找到”页面时出现了问题。
