# “Oops! That page doesn’t exist.” Pls HELP 🙏🏼

**URL:** https://meta.discourse.org/t/oops-that-page-doesn-t-exist-pls-help/211647
**Category:** Development
**Created:** [December 9, 2021, 6:41pm UTC](https://meta.discourse.org/t/oops-that-page-doesn-t-exist-pls-help/211647 "2021-12-09T18:41:39Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![natasha\_selvidge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natasha_selvidge/32/235894_2.png) [@natasha\_selvidge](https://meta.discourse.org/u/natasha_selvidge)
#### Post date: [December 9, 2021, 6:41pm UTC](https://meta.discourse.org/t/oops-that-page-doesn-t-exist-pls-help/211647/1 "2021-12-09T18:41:39Z")

</div>

Please help I am trying to get my route to work it. What am I doing wrong? Is it my filing structure? It wont change the page to my H1 it just says “Oops! That page doesn’t exist.” I am logged in as a admin too.  
I followed this [link](https://meta.discourse.org/t/creating-routes-in-discourse-and-showing-data/48827) and looked for answers, but I can’t seem to find any help. Thank you for your time!

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [December 9, 2021, 7:53pm UTC](https://meta.discourse.org/t/oops-that-page-doesn-t-exist-pls-help/211647/2 "2021-12-09T19:53:32Z")

</div>

It’s hard to debug from a screenshot, but it looks like you’re naming your route `show` instead of `challenge-details`.

---

<div class="post-metadata">

### Author: ![natasha\_selvidge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natasha_selvidge/32/235894_2.png) [@natasha\_selvidge](https://meta.discourse.org/u/natasha_selvidge)
#### Post date: [December 9, 2021, 8:02pm UTC](https://meta.discourse.org/t/oops-that-page-doesn-t-exist-pls-help/211647/3 "2021-12-09T20:02:09Z")

</div>

Yeah, I tried that yesterday too, but still said the oops thing, but if I go to challenge-details.json it will show my hash just fine. I think it’s not reading my hbs file. I am so new to discourse sorry if I explain it wrong. 😕

 ![Screen Shot 2021-12-09 at 11.59.17 AM](https://global.discourse-cdn.com/meta/original/3X/3/e/3e83927472fa57169304240e5e3e95ef3dea95a9.png)

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [December 9, 2021, 8:21pm UTC](https://meta.discourse.org/t/oops-that-page-doesn-t-exist-pls-help/211647/4 "2021-12-09T20:21:47Z")

</div>

My best advice is to start with an existing plugin of ours that closely matches what you want to do, and strip it down until it’s working for you. Otherwise it can unfortuantely be tricky to debug.

---

<div class="post-metadata">

### Author: ![natasha\_selvidge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natasha_selvidge/32/235894_2.png) [@natasha\_selvidge](https://meta.discourse.org/u/natasha_selvidge)
#### Post date: [December 9, 2021, 8:33pm UTC](https://meta.discourse.org/t/oops-that-page-doesn-t-exist-pls-help/211647/5 "2021-12-09T20:33:24Z")

</div>

I figured it out! \😁/
