# Getting a 500 error on the mobile for bookmark and some category pages

**URL:** https://meta.discourse.org/t/getting-a-500-error-on-the-mobile-for-bookmark-and-some-category-pages/269928
**Category:** Bug
**Created:** [June 28, 2023, 5:20pm UTC](https://meta.discourse.org/t/getting-a-500-error-on-the-mobile-for-bookmark-and-some-category-pages/269928 "2023-06-28T17:20:04Z")
**Posts on this page:** 1
**Showing post:** 32

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [June 30, 2023, 9:01am UTC](https://meta.discourse.org/t/getting-a-500-error-on-the-mobile-for-bookmark-and-some-category-pages/269928/32 "2023-06-30T09:01:46Z")

</div>

I can repro that.

So basically, go via Ember route internally and it works fine, but going directly causes this error.

FYI the logged error is:

```plaintext
ActionView::Template::Error (No route matches {:action=>"map_feed", :category_slug_path_with_id=>"staff/4", :controller=>"list"})
app/views/list/list.erb:134

```

This might be a problem with the Locations plugin which is not sufficiently overriding the application which appears to be trying to render the route as an erb … but I could be wrong.

The question is, should the application assume this is an erb template?

---

_[View the full topic](https://meta.discourse.org/t/getting-a-500-error-on-the-mobile-for-bookmark-and-some-category-pages/269928)._
