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 have installed Sylius into a subdirectory of a domain and set location /store in the nginx block. I get Sylius loading "The page you are looking for does not exist."
Error "The page you are looking for does not exist." occurs from this:
I already have CMS installed for my blog content and template. I need Sylius to load into iframe in my template for consistent looks. CORS prevents reading document object to resize iframe and strip Sylius footer in javascript.
Why does Sylius break when I change the nginx location to /store?
Is there a better way to inject Sylius into the CMS without writing a whole new front end?
The text was updated successfully, but these errors were encountered:
I have installed Sylius into a subdirectory of a domain and set location
/store
in the nginx block. I get Sylius loading "The page you are looking for does not exist."Error "The page you are looking for does not exist." occurs from this:
When I make a new nginx block using location
/
and the server_name at a subdomainstore.domain.com
I can get Sylius to work properly.This does not make any errors (Sylius loads as expected when setting location
/
):I already have CMS installed for my blog content and template. I need Sylius to load into iframe in my template for consistent looks. CORS prevents reading document object to resize iframe and strip Sylius footer in javascript.
Why does Sylius break when I change the nginx location to
/store
?Is there a better way to inject Sylius into the CMS without writing a whole new front end?
The text was updated successfully, but these errors were encountered: