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
Describe the bug
Using the file or image widget within the list widget does not work when Netlify CMS is configured to use Uploadcare as the media library. The button "Choose an image" or "Choose a file" produces the following JS error:
react-dom.production.min.js:17 Uncaught TypeError: Cannot read property 'toJS' of null
at Hu (index.js:48)
at Object.show (index.js:117)
at R (mediaLibrary.js:67)
at index.js:9
at bindActionCreators.js:3
at t (withFileControl.js:129)
at Object.<anonymous> (react-dom.production.min.js:15)
at Object.invokeGuardedCallback (react-dom.production.min.js:16)
at Object.invokeGuardedCallbackAndCatchFirstError (react-dom.production.min.js:16)
at C (react-dom.production.min.js:20)
To Reproduce
adjust config.yml to use Uploadcare as the media library
Describe the bug
Using the file or image widget within the list widget does not work when Netlify CMS is configured to use Uploadcare as the media library. The button "Choose an image" or "Choose a file" produces the following JS error:
To Reproduce
Expected behavior
The Uploadcare widget should open.
Applicable Versions:
CMS configuration
The text was updated successfully, but these errors were encountered: