You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've tried to deploy the minimal blog example to Deno Deploy, but encountered this issue:
I'm pretty new to Deno ecosystem and I'm not sure how I can debug it, especially if I cannot reproduce it on my machine. Locally (deno task dev) works just fine - no issues.
The text was updated successfully, but these errors were encountered:
Well, fortunately it didn't take long to find out what happened - I deployed the blog with an empty posts directory and no .md file whatsoever, what caused the above issue to occur.
Maybe it would be a nice idea to improve handling of this error, especially if it's not present when in dev mode.
When run locally without --dev flag and with empty posts dir, I only saw the following error: No such file or directory (os error 2), stat '/Users/michalweglarz/Code/deno-blog/hmr.js', but it's not really that helpful.
Hi, I've tried to deploy the minimal blog example to Deno Deploy, but encountered this issue:
I'm pretty new to Deno ecosystem and I'm not sure how I can debug it, especially if I cannot reproduce it on my machine. Locally (
deno task dev
) works just fine - no issues.The text was updated successfully, but these errors were encountered: