simonw / datasette-app-support

Part of https://github.com/simonw/datasette-app
4 stars 2 forks source link

Server should start even if internet is not available #18

Closed simonw closed 3 years ago

simonw commented 3 years ago

It hangs on the loading screen and the console log shows this:

{
  message: 'httpx.ConnectError: [Errno 8] nodename nor servname provided, or not known',
  type: 'stderr',
  ts: 2021-09-13T18:24:53.484Z
}

Originally posted by @simonw in https://github.com/simonw/datasette-app/issues/115#issuecomment-918461773