Hello,
I try to update my page from Hugo 0.31 to 0.38.1 (on OSX 10.11.6), on hugo server everything seems to be fine:
| EN
+------------------+----+
Pages | 64
Paginator pages | 0
Non-page files | 0
Static files | 41
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
If I open the url http://localhost:1313 I get the landing page, but no other page is found, so e.g. http://localhost:1313/foobar does not work except the foobar.md file exists. If I open the foobar.md and save it without any changes during the hugo process is watching, the page can be accessed after saving in the browser, but if I shut down hugo and restart it, the page is not found until I open the file and save it again.
Did I missed anything of the update notes?