- 🇺🇸United States smustgrave
Came up as daily BSI target.
Wonder if you are still experiencing this in D11? I tried replicating but not sure I'm seeing it.
In a twig file I used {{ base_path ~ directory }}/assets/image/some-image.png
to print an image in markup, the problem is everything works ok when site is in default language, but when navigating to other languages, it affects the base url and cause not found error
- navigate to www.example.com/admin/config/regional/language/detection/url and set url language detection to Path Prefix
- in a markup file access an assets using {{ base_path ~ directory }}/assets/YOUR_FILE_PATH
- change site language and you will face file not found error
Postponed: needs info
11.0 🔥
language system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Came up as daily BSI target.
Wonder if you are still experiencing this in D11? I tried replicating but not sure I'm seeing it.