getkirby / editor

A new type of WYSIWYG editor for Kirby
https://getkirby.com
205 stars 28 forks source link

Builder with image: Invalid file model type #175

Open findthebug opened 4 years ago

findthebug commented 4 years ago

Kirby: 3.0.0 Builder:2.0 see: https://github.com/getkirby/editor/issues/67

Reproduce:

Invalid file model type: kirby-builder/pages/page1/fields

Bildschirmfoto 2019-11-25 um 14 57 44

favger commented 4 years ago

This problem still persists. +++

jonathan-reisdorf commented 4 years ago

@bastianallgeier I've debugged into the Invalid file model type: kirby-builder/pages/{{currentPage}}/fields issue here: https://github.com/TimOetting/kirby-builder/issues/148#issuecomment-648846400 It seems like the core api GET (:all)/files route is very generic and is always preferred over matching plugin api routes when the url ends with files.

hagen-wende commented 4 years ago

I have now also run into this issue ... +1

iskrisis commented 4 years ago

Editor inside Builder on default image editor block. It happens when trying to Select image. Image upload works without issue.