Skip to content

Trying to run cloned grow.io on windows but having some error. #61

@p4tric

Description

@p4tric

Hi,

After running grow install, and grow run, I accessed localhost:8080 and assuming to see the grow.io site. But got this error:

404: /
Traceback (most recent call last):
File "C:\python27\lib\site-packages\grow\server\main.py", line 28, in call
return self.wsgi_app(environ, start_response)
File "C:\python27\lib\site-packages\grow\server\main.py", line 70, in wsgi_app
response = self.dispatch_request(request)
File "C:\python27\lib\site-packages\grow\server\main.py", line 55, in dispatch_request
raise errors.RouteNotFoundError(text.format(path))
RouteNotFoundError: '/ was not found in routes.'

I am using a Windows machine. What to do in order to fix this simple error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions