@jen Thanks a lot for your replay and the provided information.
I was following this guide and my netlify-cms files looks like the following:
config.yml:
backend:
name: gitlab
repo: xyz/jekyll-web
branch: dev-netlify-cms
auth_type: implicit # Required for implicit grant
app_id: xyz
base_url: xyz
auth_endpoint: oauth/authorize
index.html:
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
</body>
</html>
I was not aware of the netlify-identity-widget
. As I looked it up, it seems to me a javascript file needs to be included to activate it. I do not have any javascript files included and therefore this shouldn’t be enabled.
This is what the browser’s developer tools report: