decaporg / decaporg/decap-cms

identify_url config is ignored when using identity widget to authenticate

Open
#3,995 13 comments 2 reactions 0 assignees View on GitHub
area: configuration type: bug
Dominant language
JavaScript
Stars
19.4k
Forks
3.1k
Avg merge
1d 14h
Merged PRs (30d)
9

Description

**Setup:**
We have a Hugo site hosted on Netlify here - https://www.stardog.com/
CMS works as expected.

We have added a subsite called Stardog Labs:
It's on Netlify here - https://stardog-labs.netlify.app/

On the main site `_redirects` file we are doing a reverse proxy
`/labs/* https://stardog-labs.netlify.app/:splat 200!`

This allows for our Labs subsite to render as expected here -
https://www.stardog.com/labs/

**Goal:**
We can continue to access the Labs CMS admin portal here https://stardog-labs.netlify.app/admin/

We would like to to access here - https://www.stardog.com/labs/admin/

**Problem:**
We keep receiving the following errors
Screenshot 2020-07-08 11 41 46
Screenshot 2020-07-08 11 41 37
Screenshot 2020-07-08 11 41 11

**Additional setup info**
Here is the config.yml setup for the Labs site

Screenshot 2020-07-08 11 44 58

**Closing questions:**
Is there something wrong with our config to allow this to work?
Are we missing a header like the 400 error indicates?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.