Product export google shopping xml 404 error

Hello,

When we setup a google shopping feed using the product comparison and the xml is getting generated. But whencalling the url

/store-api/product-export/SWPEUE9HCERKDXVSTXRKQVRVVG/google.xml

From a browser we get a 404 error (not found)

We also tried with an extension from cbax and are getting the same error, their support looked into it but says:

„i checked it - we use a standard Shopware function to generate the link, we have not been able to find any cause of the error - please contact Shopware - it may be an error in this special Shopware version.“

Anyone here has any ideas what to check?

Solved, A line was missing in the nginx vhost file.

try_files $uri /index.php$is_args$args;