delucis / astro-netlify-cms

Integration to add Netlify CMS’s admin dashboard to any Astro project
160 stars 22 forks source link

Netlify Identity doesn't seems to be registered by the admin login panel #67

Open NuclearManatee opened 1 year ago

NuclearManatee commented 1 year ago

I tried to deploy the Blog Starter to Netlify. Even after configuring Netlify Identity and Git Gateway, the admin panel doesn't seem to log in with Netlify Identity.

image

NuclearManatee commented 1 year ago

I manage to get Netlify Identity working with a and using the is:inline directive when including the netlify identify script on index.asto.

I think the call of injectScript needs to be changed with another stage, maybe "head-inline" since it seems the more permissive one.

I'm not submitting a PR on this since I'm unsure about the solution and how to test it effectively. I might come back after a question on the Astro community and a few tests on publishing the /dist file directly.