Workflow doesn't load when integrated with GitHub
See original GitHub issueDescribe the bug
We cannot open the workflow page on the CMS due to a 401 Unauthorized
error in a GitHub request.
To Reproduce
- Log in with email and password
- Click on the Workflow tab
Expected behavior The Workflow page should load showing all pending posts
Screenshots
Applicable Versions:
- Netlify CMS version: 2.10.9
- Git provider: GitHub
- OS: MacOS 10.15 Catalina
- Browser version: Safari 13.0.4
CMS configuration
backend:
name: git-gateway
repo: mercos/site-blog
branch: master # Branch to update (optional; defaults to master)
publish_mode: editorial_workflow
media_folder: 'public/uploads' # Media files will be stored in the repo under public/uploads
public_folder: '/uploads' # Folder path where uploaded files will be accessed, relative to the base of the built site
site_url: https://mercos.com
logo_url: https://mercos.com/images/site/logo-mercos-colored.png
slug:
encoding: 'ascii'
clean_accents: true
_config.yml continues after this with out
collections
definitions
(cc @xrafs)
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Github actions Workflow not running when opening a Pull ...
When opening a PR targeting foobranch , the workflow does not run. Is it because the workflow file does not exist on any...
Read more >Git Workflow | Atlassian Git Tutorial
This workflow doesn't require any other branches besides main . ... Unlike SVN, Git branches are designed to be a fail-safe mechanism for...
Read more >Visual Studio and GitHub - Microsoft
Seamless integration with GitHub screenshot ... and clone your repo down to your local machine to start committing and pushing. Use Git in ......
Read more >Enabling GitHub Checks - CircleCI
The GitHub checks integration feature is not currently available on ... Note: GitHub does not currently provide a granular way for you to...
Read more >GitHub integration | Syntevo Documentation
Sometimes you may need to rerun the OAuth setup, e.g. if a more recent version of SmartGit will request additional scopes. Usually, it's...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great to know!
I’ll deal with the excessive number of PRs to solve now and keep the things going.
Thank you for your quick response and attention to that problem!
Thank you for being very responsive with the information 😃 This will prevent others from experiencing this issue.