Andrea Cecchi

Results 33 comments of Andrea Cecchi

All tests for Plone6 fails..do you know if there is something to fix in the imports?

@danielamormocea @avoinea we changed the endpoint method from POST to GET, so i think that you have to change something in the frontend call

i'm +1 for the url/link ones (@tiberiuichim i knew that you would change your mind) and for relatedItems. For searchableText we could use the Plone approach: index **title**, **description** and...

@sneridagh our deployment config is a bit complicated because there are several urls and frontend names, and it's made in varnish and not in nginx/apache. The conf itself for using...

Yes, _/foo_ points to the root of **Plone** site

Update: we're revamping this pull-request with a conservative approach. We don't need an additional operator from the backend (will close plone.volto related pr)..let's use absolutePath. The widget will do an...

i made some tests with different env vars configurations and ended up with a almost working thing with: ``` RAZZLE_API_PATH = http://my-domain.com/name RAZZLE_PUBLIC_URL = http://my-domain.com/name ``` This is a snippet...

@tiberiuichim i have a problem with static resources: they're always served on the root (http://localhost:3001/static/whatever.js) but i need to tell volto to serve them with an additional prefix (http://localhost:3001/foo/static/whatever.js). my...

Same problem here. It looks like the [readAsDataUrl](https://github.com/plone/volto/blob/90c7320c0045017c624ba54acfd9cf5f873c679c/packages/volto/src/components/manage/Widgets/FileWidget.jsx#L99) method have some issues with Chrome: Chrome set a limit of 261mb. With Firefox i don't have limit problems.

cool! i'm testing it and will get back with some feedbacks soon