-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
area: extensions/backends/gitlabtype: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Describe the bug
After logging into Decap, I get a "404 Project Not Found" error.
To Reproduce
- Load https://trinityworc.gitlab.io/admin/
- Click "Login with GitLab"
- Authorize the application
Expected behavior
The Decap CMS GUI should load.
Screenshots
I'm stuck at "Logging in..."
Applicable Versions:
- Decap CMS version: ^3.1.2 (so I assume the latest version?)
- Git provider: GitLab
- OS: macOS
- Browser version: Safari 17.3.1
CMS configuration
https://trinityworc.gitlab.io/admin/config.yml
Additional context
Console errors:
[Error] Failed to load resource: the server responded with a status of 404 () (trinityworc/trinityworc.gitlab.io, line 0)
[Error] API_ERROR: 404 Project Not Found
(anonymous function) (decap-cms.js:393:16206)
This request was successful:
Request
:method: GET
:scheme: https
:authority: gitlab.com
:path: /api/v4/projects/trinityworc%2Ftrinityworc.gitlab.io
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Authorization: Bearer 44af145562 (TRUNCATED)
Cache-Control: max-age=0
Connection: keep-alive
Host: gitlab.com
Origin: https://trinityworc.gitlab.io
Referer: https://trinityworc.gitlab.io/
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: cross-site
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15
This request gave a 404:
Request
:method: GET
:scheme: https
:authority: gitlab.com
:path: /api/v4/projects/trinityworc%2Ftrinityworc.gitlab.io
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Authorization: token 44af145562 (TRUNCATED)
Cache-Control: max-age=0
Connection: keep-alive
Content-Type: application/json; charset=utf-8
Host: gitlab.com
If-None-Match: W/"e7f905f7124af22dde92440cfb4b51fb"
Origin: https://trinityworc.gitlab.io
Referer: https://trinityworc.gitlab.io/
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: cross-site
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15
Luxumbra27 and floscher
Metadata
Metadata
Assignees
Labels
area: extensions/backends/gitlabtype: bugcode to address defects in shipped codecode to address defects in shipped code