-
Notifications
You must be signed in to change notification settings - Fork 367
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
Never says when finished reloading functions #627
Comments
I've also noticed that function building fails silently. When I run
but the building fails and I just get 404 responses (since no actual built output is ever generated). If I run my function build command manually (
These warnings/errors should be displayed in the |
@superhawk610 see netlify/netlify-lambda#239. |
Minor user experience issue here:
When I change one of the files in my lambda folder, I see this:
But there's no follow-up to indicate that it's finished reloading, making it seem like the reload has hung. If I test the endpoint, though, it has in fact reloaded.
Suggest putting something like this once it has reloaded:
The text was updated successfully, but these errors were encountered: