-
Notifications
You must be signed in to change notification settings - Fork 115
NotFoundError #80
Comments
I just tried to reproduce with:
Is there something I can do differently to reproduce the behavior you're experiencing? |
I'm seeing this issue as well. The problem for me is that if there's an error in the deployment process it just hangs sometimes. It seems to handle synchronous errors properly but I think some async errors will cause it to stall indefinitely. What I would like to see here is either a progress log of the deployment or some error messages. It just gets stuck without any debugging information. The logs has this cryptic unrelated message about not finding the function being deployed (probably due to failing some automatic status check). Here's a minimal reproducible setup that I came up with.
/functions/index.js
deploy:
logs:
|
@jmdobry I followed the steps you listed but it seems that the local server does not respond to any request and it just hung up when I try it. |
I released 1.0.0-alpha.16, can you see if it works better for you? |
Works for me now. To deploy a specific file it would make sense to do something along the lines of |
The important thing to note is that when you deploy, it finds your function by doing a This would work:
|
Description
This hangs with no output, but tailing the log shows:
q: why does it need to exist? (it does exist, but why is it even bothering to check?)
Steps to reproduce
For me, deploy the function. I've attempted to re-auth and still the same. The project does exist.
Thanks!
The text was updated successfully, but these errors were encountered: