You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of installing NetlifyCMS + Netlify Large Media and wanted to log a bit of confusion I am encountering in the docs around the git-gateway setup.
Then I noticed that it mentioned using the netlify-identity-widget to integrate the into your site, but was not sure if it was already included in the NetlifyCMS JS and set up, since this was not mentioned in any of the previous docs for setting up NetlifyCMS + Large Media + Git Gateway.
Also, in looking at the code samples on the Netlify Identity Widget README, it looked like this was the code we'd use to should need to put a login button on the public facing side of our site. The readme didn't mention NetlifyCMS or indicate if this would go in the /admin/index.html page for NetlifyCMS. So I skipped this step, knowing that I could come back to it later.
Next, I changed the backend setting in our config to use name: git-gateway and enabled "Identity" in the Netlify admin. Then I
I went to our page at https://brooklynrail.netlify.app/workflow
"Signed up" for an account
received an email with a link to authenticate
clicked the link to authenticate
verified that my account was created in the Netlify Identity Admin ✅
tried to log in using the new account I set up https://brooklynrail.netlify.app/workflow and got "Email not confirmed" 🛑
Wrong turn, going back
So now I am going back to installing the Netlify Identity Widget in our CMS admin page, and have a few questions about the code on the readme:
martinjagodic
changed the title
Confusion around setting up Git Gateway + Identity for use in NetlifyCMS
Confusion around setting up Git Gateway + Identity for use in Decap CMS
Feb 13, 2024
related decaporg/decap-cms#3711
I am in the process of installing NetlifyCMS + Netlify Large Media and wanted to log a bit of confusion I am encountering in the docs around the
git-gateway
setup.My path
netlify-identity-widget
to integrate the into your site, but was not sure if it was already included in the NetlifyCMS JS and set up, since this was not mentioned in any of the previous docs for setting up NetlifyCMS + Large Media + Git Gateway./admin/index.html
page for NetlifyCMS. So I skipped this step, knowing that I could come back to it later.name: git-gateway
and enabled "Identity" in the Netlify admin. Then Ihttps://brooklynrail.netlify.app/workflow
https://brooklynrail.netlify.app/workflow
and got "Email not confirmed" 🛑Wrong turn, going back
So now I am going back to installing the Netlify Identity Widget in our CMS admin page, and have a few questions about the code on the readme:
global object
, is that needed in my site, or is that just an example?Recommendations for adding Clarity in the docs
I am taking some notes locally and am happy to submit a PR when this is all done. Here are some initial thoughts on improvements
netlify-cli
)❤️🌈
The text was updated successfully, but these errors were encountered: