-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Blank Page with error log #706
Comments
(In case I can use it in the future) [Jekyll Admin is currently bugged out](jekyll/jekyll-admin#706)
Update: The solution I found was to update jekyll-admin to the latest version: Also relevantI got the following error when I tried launching Jekyll Admin on rack version 3.0.10:
After searching, I found this post saying that:
To fix the error, add
|
UpdateUpon further local testing, it seems that Jekyll Admin has trouble allowing me to change and edit files when using the Respective versions that caused this bug to happen are as follows:
Rolling back Also to noteRegardless of whether Jekyll Admin is using
The above configuration does not work. |
Description:
I was locally hosting WhatATheme for my personal website. But when I navigated to
http://localhost:4000/admin
, I got the error log shown below.Tell us a bit about yourself:
bundle show
to check>: 0.9.0bundle show
to check>: 3.9.5node -v
to check>: v18.17.0Steps to reproduce:
bundle exec jekyll serve --livereload
http://localhost:4000/admin
I expected the following:
The Jekyll Admin GUI for version 0.9.0 to load
But got the following, instead:
A blank page and the following chunk of error log:
Other details:
The text was updated successfully, but these errors were encountered: