question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Workflow doesn't load when integrated with GitHub

See original GitHub issue

Describe the bug We cannot open the workflow page on the CMS due to a 401 Unauthorized error in a GitHub request.

To Reproduce

  1. Log in with email and password
  2. Click on the Workflow tab

Expected behavior The Workflow page should load showing all pending posts

Screenshots Screen Shot 2020-01-22 at 16 19 22

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:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ricardoafsilvacommented, Jan 23, 2020

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!

0reactions
erezrokahcommented, Jan 23, 2020

Thank you for being very responsive with the information 😃 This will prevent others from experiencing this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found