We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of the Decap 3.1 release on February 1, Gitlab PKCE is no longer working. I've tested both Firefox and Chrome.
When I visit /admin and try to log in, it immediately redirects me to Gitlab and shows the following screen:
To Reproduce config.yml:
backend: name: gitlab repo: my_repo # Path to your GitHub repository auth_type: pkce branch: main app_id: my_id
admin/index.html – the link below causes the error. But changing the pinned version to 3.1.0-beta.2 fixes it.
3.1.0-beta.2
<script src="https://unpkg.com/[email protected]/dist/decap-cms.js"></script> <script src="/dist/js/nunjucks-slim.js"></script> <script src="/admin/util-bundled.js"></script> <script src="/admin/templates.js"></script> <script src="/admin/previews.js" type="text/babel"></script>
Applicable Versions:
The text was updated successfully, but these errors were encountered:
I suspected #7014 break gitlab PKCE.
Sorry, something went wrong.
Closed by automation - please test and reopen if patch 3.1.2 does not fix this. Thanks @blackb1rd
Successfully merging a pull request may close this issue.
As of the Decap 3.1 release on February 1, Gitlab PKCE is no longer working. I've tested both Firefox and Chrome.
When I visit /admin and try to log in, it immediately redirects me to Gitlab and shows the following screen:
To Reproduce
config.yml:
admin/index.html – the link below causes the error. But changing the pinned version to
3.1.0-beta.2
fixes it.Applicable Versions:
The text was updated successfully, but these errors were encountered: