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?