You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When serving my Jekyll site locally and accessing Jekyll Admin at http://127.0.0.1:4000/admin/, I encounter an error message stating "Error: Could not fetch the config."
Tell us a bit about yourself:
Version of JekyllAdmin I'm using: 0.11.1
Version of Jekyll I'm using: 4.3.3
Operating System: Windows 10
Browser: Chrome
Steps to reproduce:
Add the jekyll-admin plugin to the _config.yml file.
Serve the Jekyll site locally using bundle exec jekyll serve.
Navigate to http://127.0.0.1:4000/admin/.
I expected the following:
Jekyll Admin should load properly and fetch the _config.yml file without any errors.
But got the following, instead:
An error message is displayed: "Error: Could not fetch the config."
Other details:
Below is the _config.yml file:
title: Dahatû | داهاتووemail: kurddahatu@example.comdescription: "Dahatu Foundation"baseurl: ""url: "https://dahatu-foundation-kurd.github.io"twitter_username: dahatu# Build settingsremote_theme: just-the-docs/just-the-docs# Just the Docs settingssearch_enabled: trueaux_links:
"Theme on GitHub":
- "//github.com/just-the-docs/just-the-docs"plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-admin
Error message in the browser's developer console:
Error: Could not fetch the config
Steps taken to troubleshoot:
Validated _config.yml using an online YAML validator.
Checked file permissions to ensure _config.yml is readable.
The _config.yml file is located at the root of the project, and the site is hosted on GitHub Pages, but the error occurs during local development.
The text was updated successfully, but these errors were encountered:
Description:
When serving my Jekyll site locally and accessing Jekyll Admin at
http://127.0.0.1:4000/admin/
, I encounter an error message stating "Error: Could not fetch the config."Tell us a bit about yourself:
Steps to reproduce:
jekyll-admin
plugin to the_config.yml
file.bundle exec jekyll serve
.http://127.0.0.1:4000/admin/
.I expected the following:
Jekyll Admin should load properly and fetch the
_config.yml
file without any errors.But got the following, instead:
An error message is displayed: "Error: Could not fetch the config."
Other details:
Below is the
_config.yml
file:Error message in the browser's developer console:
Steps taken to troubleshoot:
_config.yml
using an online YAML validator._config.yml
is readable.The
_config.yml
file is located at the root of the project, and the site is hosted on GitHub Pages, but the error occurs during local development.The text was updated successfully, but these errors were encountered: