You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter a problem with svg() command and multiple domain website.
I have a website in different language, and instead of using a prefix, I use different domain for different languages :
mywebsite.com (for english language)
mywebsite.fr (for french language)
mywebsite.de (for german language)
etc.....
my SVG loads correctly when I'm on the main domain (defined in app.url) mywebsite.com, but when I'm on the .fr or .de domain, SVG can't load cause the domain is not the same than the one defined in app configuration.
How can I bypass that and correctly display my SVG for all my languages ?
Thank you for your help
Best regards,
The text was updated successfully, but these errors were encountered:
Maybe see what values you get. Is it possible that your .fr website still returns .com as app.url? You might be able to set these config values at runtime using a custom middleware.
Hello,
I encounter a problem with svg() command and multiple domain website.
I have a website in different language, and instead of using a prefix, I use different domain for different languages :
my SVG loads correctly when I'm on the main domain (defined in app.url) mywebsite.com, but when I'm on the .fr or .de domain, SVG can't load cause the domain is not the same than the one defined in app configuration.
How can I bypass that and correctly display my SVG for all my languages ?
Thank you for your help
Best regards,
The text was updated successfully, but these errors were encountered: