-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Run in Dev #149
Comments
I made a few changes in #150 that seem to work on my machine and Deno Deploy, although I'm not sure they're fully inclusive of handling paths on all platforms... |
Hey @willpuckett |
I also ran into this issue. I'm hoping this will be considered for fix in |
This also started failing in PROD in Deno Deploy. The same fix appears to work. Likely depends on the version of Deno in the runtime. If it's newer than |
I am also encountering the same issue. |
Deno Deploy has rolled back the changes that caused this error. For local development, I am using v1.44, which is working perfectly. |
It seems that the url being returned by
callsites()[1].getFileName()
inblog.tsx:109
doesn't include the 'file://', and is preventingfromFileUrl
from parsing it correctly...The text was updated successfully, but these errors were encountered: