in my current project, I have a project sub-page with a few textarea fields. In these fields, I have the “files” button enabled to be able to create download links for files.
However, when I try to use this button in any of the files I get an error:
No route found for path: "files" and request method: "GET"
How can I fix this and allow to link uploaded files?
When I comment out the textarea part, then the file linking works again.
However, then I am now wondering, how can I change the fields default without destroying its behavior?