When opening 'Store additional fields' within the plugin config to retrieve the possible attributes the plugin tries to reach the following URL:
https://backend/AttributeData/list?raw=1&table=s_order_details_attributes&_dc=1586171977581&page=1&start=0&limit=25
This runs into an error as 'backend' is for sure not valid.
Issue
The store 'url' in Resources/config.xml is not working when using a subdomain which includes 'backend'
Actual behaviour
Our Frontend is reachable under https://www.example.com and our backend under https://backend.example.com/backend.
When opening 'Store additional fields' within the plugin config to retrieve the possible attributes the plugin tries to reach the following URL:
https://backend/AttributeData/list?raw=1&table=s_order_details_attributes&_dc=1586171977581&page=1&start=0&limit=25
This runs into an error as 'backend' is for sure not valid.Issue
The store 'url' in Resources/config.xml is not working when using a subdomain which includes 'backend'
Potential solution
Make the url relative
Or a different structure
How can this fix be considered (eg. opening a pull request)?
Thanks, Dirk