-
-
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
Undefined method 'rewind' - pages cannot be added #709
Comments
I set up jekyll-admin on one machine and everything worked fine (including page creation and editing). here's a small snippet of the error output in the terminal:
|
I managed to get it working by downgrading sinatra in the gemfile:
|
sorry for taking so long to respond. Downgrading sinatra as mentioned here did not resolve the issue completely. I'm still seing the error "Could not fetch config" when going to [jekyll-site]/admin. My _config.yml is valid and contains a When going to "posts" tab, I do not see my old posts. But it is possible now to create new posts, which show up normally inside the Edit: |
The "Could not fetch config" error is showing up in another older jekyll installation which uses sinatra 3.1, so it might be an unrelated issue. I can't confirm on the old/new posts showing as I only have a few. |
Description:
When using jekyll-admin to add a page following error occurs:
this seems related to rack/issue-1972. I tried updating everything with
gem update
, but no difference.Tell us a bit about yourself:
Steps to reproduce:
create new jekyll page, with jekyll 4.3.3 add jekyll-admin plugin and try adding a new page via web GUI.
The text was updated successfully, but these errors were encountered: