Sandro Circi
Sandro Circi
> Its going to look like Vuetify? Could you elaborate on this? 🤔
I've been following #3508 that overhaul all validation packages. That one also comes with a number of utility functions for more advanced use-cases, this PR could get canceled in favor...
@JPustkuchen Could I ask you to elaborate on that? Are you referring that the main folder is not `/var/www/html/**` but rather `/opt/drupal/web/**`? EDIT: just double checked, the [official Drupal docker...
> That's strange and I think it seems to be kind of inconsistency I can't understand (on the Drupal side) Yeah, it is an inconsistency. Like for example if you...
> My understanding is that if you use `shallowRef` rather than `ref` this wouldn't be an issue as Vue wouldn't try to proxy the internal methods. Yes indeed, and I'm...
We could actually move this into a discussion, now that I think of it. My bad 🙄
> You have to set the `max-stale` directive in your request `Cache-Control` HTTP header to tell to the server that you (as a client) you allow the stale response. Could...
So, changing the frontend behavior to specify the stale value as `Cache-Control: s-maxage=120, stale-while-revalidate=120` fixed the issue, but now I'm curious on why this happens. I mean, since Souin already...
> The directive `stale-while-revalidate` should contains must contains a value `stale-while-revalidate=999` to allow responses to be served only if they're stale for less than 999 seconds. But reading the [related...
@darkweak sorry, I forgot to reply! Yes indeed it is working as expected, thank you so much!