Closed ianoc90 closed 3 years ago
Let me know if there is anything else needed
The thing that's always needed is a reduced runnable example, where your issue can be reliably reproduced. If example is not provided, there is a very little chance, that your issue will be addressed.
The thing that's always needed is a reduced runnable example, where your issue can be reliably reproduced. If example is not provided, there is a very little chance, that your issue will be addressed.
OK no problems, I'll look into putting something together. Thanks
Closing this as I don't think its actually an issue with netlify-cms
. Seems to be an issue with the Preview Template I set up. I was using NextJS Link in my preview template, thats what was throwing the error and breaking the template. If I use a standard link then the preview template works well. Still not sure why this was happening but I can work around this for now. If anyone wants a more detailed example out of curiosity then I'm happy to help but.
Describe the bug The Preview Template crashes when I open it after deploying changes to netlify.
To Reproduce Deployed to netlify, using NextJS, with netlify identity authentication.
It is booted through the
admin.js
route.The template Logic looks like this:
Expected behavior Preview Template to load in side bar.
Screenshots
Applicable Versions:
netlify-cms-app@2.14.21
git-gateway
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36
CMS configuration
Additional Context Preview template booted very well on my local environment using
test-repo
backend.Let me know if there is anything else needed. Thanks in advance for the help :-)