clarity-h2020 / docker-drupal

Drupal 8 Project for implememting the CLARTIY CSIS Platform.
https://csis.myclimateservice.eu
GNU Lesser General Public License v3.0
3 stars 0 forks source link

"Setting the value of 'Drupal.toolbar.subtrees.clarity' exceeded the quota." error #133

Closed DenoBeno closed 4 years ago

DenoBeno commented 4 years ago

This is what I saw on https://csis.myclimateservice.eu/study/37/step/1642/view/external:

image

Not sure what's causing it, but apparently we are trying to put more data in the Chrome storage than allowed (25MB limit per default, allegedly)

Here is a thread on stackflow explaining how to handle this error:

DenoBeno commented 4 years ago

By the way, taking a screenshot of the EEA app suddenly works. Did you change anything?

p-a-s-c-a-l commented 4 years ago

I'm not able to reproduce this:

grafik

@therter You deleted something, right?

therter commented 4 years ago

By the way, taking a screenshot of the EEA app suddenly works. Did you change anything?

Yes, I have fixed this.

You deleted something, right?

Yes, I have deleted one version. But at least in study 35 and 50 it should work. Is it possible, that the file /docker/010-ngnix-proxy/data/conf.d/default.conf is automatically changed by the nginx container or some other process, because my changes sometimes disappear from this file and that is the reason that the eea application is not shown in the csis?

p-a-s-c-a-l commented 4 years ago

@therter '/data/conf.d/default.conf' is automatically re-created by the proxy companion, you have to change '/data/vhost.d/default_location'.

p-a-s-c-a-l commented 4 years ago

Closing since the problem didn't appear again.