[Support Guide] Troubleshooting your Netlify Large Media Configuration

@luke RESOLVED!

Digging through this thread I thought I’d better check my import and sure enough I was:

<script src="https://unpkg.com/netlify-cms@2.9.7/dist/netlify-cms.js"></script>

I updated to:

<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>

And everything works now.

PLEASE NOTE: I copied that admin/index.html code straight from the Netlify CMS docs for NextJS. I’ll submit an update to those docs shortly. (Update: See docs PR.)

Thanks!

1 Like