-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Updating existing post gives Regenerating: 1 file(s) changed at 2017-11-06 16:38:19 2017-11-06 16:38:19 - NoMethodError - undefined method `to_api' for nil:NilClass: in collection.rb line 32 #426
Comments
Is this happening in |
No, Production.
…On Thu, Nov 9, 2017 at 11:16 PM, Mert Kahyaoğlu ***@***.***> wrote:
Is this happening on development?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#426 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAditf1vZFuLDcuDKNEFyFuip6l5LVywks5s0zpagaJpZM4QTGQ9>
.
|
Hi! I have the same issue:/ : Jekyll 3.6.2 |
This happens on saving new posts too. I found it on Ubuntu 16.0.4 as well as Raspbian. |
Looks like bringing watch back is causing trouble again. Going to investigate this 👍 |
fyi: This does not happen while updating pages. Only for posts. |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
Description:
When an existing post is modified and then saved, it gives the following error:
Tell us a bit about yourself:
bundle show
to check>: 0.7.0bundle show
to check>: 3.6.2node -v
to check>: 6.11.5Steps to reproduce:
I expected the following:
save without any error
But got the following, instead:
On terminal running jekyll, I get the above mentioned error everytime, even though the post appears to be saved. Additionally the UI informs me, 'Could not update the doc'.
Other details:
The text was updated successfully, but these errors were encountered: