Skip to content

Not Found: /favicon.ico and Not Found: /simulator_home. #67

@amitkml

Description

@amitkml

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&lt;sim_code&gt;[\w-]+)/(?P&lt;step&gt;[\w-]+)/(?P&lt;play_speed&gt;[\w-]+)/$
            [name='demo']
        
      </li>
    
      <li>
        
            ^replay/(?P&lt;sim_code&gt;[\w-]+)/(?P&lt;step&gt;[\w-]+)/$
            [name='replay']
        
      </li>
    
      <li>
        
            ^replay_persona_state/(?P&lt;sim_code&gt;[\w-]+)/(?P&lt;step&gt;[\w-]+)/(?P&lt;persona_name&gt;[\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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions