openradar / erad2024

Repo for the ERAD 2024 Open Radar Short Course
https://openradarscience.org/erad2024/
Apache License 2.0
5 stars 6 forks source link

Invalid response 413 request entity too large #40

Open kmuehlbauer opened 3 days ago

kmuehlbauer commented 3 days ago

Some things persist somehow.

When the notebook size exceeds a certain limit saving will generate an error, like this:

Invalid response 413 request entity too large

See also https://github.com/openradar/erad2022/issues/69.

A quick search connects this error to some problematic/missing configuration for nginx or whatever serve is used in the main jupyter docker container.

Not sure, if we can do anything about it.