Hello all,
I am currently trying to create a media source for multiple contexts. Each context has its own cultureKey (de,en,es,ru…).
For each context a folder has been created (assets/de/, assets/en/, assets/es/, assets/ru/).
In the frontend I always get the correct path, because the cultureKey is interpreted correctly. In the backend when uploading the system always accesses the “de” folder.
Here are the media source settings:
basePath: assets/[[++cultureKey]]/
baseUrl: assets/[[++cultureKey]]/
What am I doing wrong?