Víctor Fernández de Alba
Víctor Fernández de Alba
Maybe we have to improve too the console messages, which might mislead instead of help.
@wesleybl the first request is rendered in SSR (Volto's NodeJS), and it's done in the server to the API backend server. btw, I improved the situation in #3000 and there...
@djay I agree that we should fix this once and for all for Plone. In fact, it's like this because it's what happened in Plone classic since forever. +1 to...
I tried to fix that also, but it turns out the lock mechanism is broken (see tests). Maybe we should revisit it and rethink it again.
During the Volto Team meeting we agreed that we would have to put in place a whole round of Cypress tests pointing to a deployment using this. I can imagine...
@mamico @giuliaghisini could you share the reverse proxy config you have on such deployments?
We should add some documentation about how to setup such a deployment. Also, I'll try to write a `traefik` config for testing it properly in CI.
@cekk To make it work I had to launch Volto with: ``` RAZZLE_PREFIX_PATH=/foo RAZZLE_API_PATH=http://localhost/foo yarn start ``` I would have expect that given a RAZZLE_PREFIX_PATH, the other would have adjusted...
@cekk Forget the question, I'm still asleep. 😅
Added tentative tests: #3719 see comments.