Check caching for urls longer than 255 characters
3lvis opened this issue · 0 comments
3lvis commented
Workaround: Remove URL parameters from path. That can lead to writing cached files with names longer than
255 characters, resulting in error. Another option to explore is to use a hash version of the url if it's
longer than 255 characters.