In release 2.4.1 I had the following query to show me all the files in my assets folder. This worked perfectly without any GET errors
${template.each(query[[
from index.tag "document"
where name.startsWith('golf/assets') and (extension == 'pdf' or extension == 'txt' or extension == 'doc' or extension == 'docx' or extension == 'xls' or extension == 'xlsx' or extension == 'png')
order by lastModified desc
]], templates.document_Item)}
In release 2.9.0
![]()
I get the following GET 404 error for each file
http://192.168.x.xx:xxxx/.fs/assets/Magical_Short_Game_Technique_1688536545594_0.mp4
This sort of keeps me on 2.4.1 for now as I am using NFS based file system.
Any ideas?
Thanks