-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Description
I am getting following error and is this something config error?
`
Page not found (404)
| Request Method: | GET |
|---|---|
| http://127.0.0.1:8000/simulator_home. |
<p>
Using the URLconf defined in <code>frontend_server.urls</code>,
Django tried these URL patterns, in this order:
</p>
<ol>
<li>
^$
[name='landing']
</li>
<li>
^simulator_home$
[name='home']
</li>
<li>
^demo/(?P<sim_code>[\w-]+)/(?P<step>[\w-]+)/(?P<play_speed>[\w-]+)/$
[name='demo']
</li>
<li>
^replay/(?P<sim_code>[\w-]+)/(?P<step>[\w-]+)/$
[name='replay']
</li>
<li>
^replay_persona_state/(?P<sim_code>[\w-]+)/(?P<step>[\w-]+)/(?P<persona_name>[\w-]+)/$
[name='replay_persona_state']
</li>
<li>
^process_environment/$
[name='process_environment']
</li>
<li>
^update_environment/$
[name='update_environment']
</li>
<li>
^path_tester/$
[name='path_tester']
</li>
<li>
^path_tester_update/$
[name='path_tester_update']
</li>
<li>
admin/
</li>
</ol>
<p>
The current path, <code>simulator_home.</code>, didn't match any of these.
</p>
Metadata
Metadata
Assignees
Labels
No labels