Uploaded image for project: 'eZ Platform Enterprise Edition'
  1. eZ Platform Enterprise Edition
  2. EZEE-1629

SiteAccess Matching with Studio

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • None
    • 1.10.0
    • Studio UI

    Description

      Studio UI is not able to load SiteAccess correctly when they are on another hostname. In this situation you would go to the Landing Page, select a site access and it would block the UI.

      I think it is related to Sessions. Indeed on different hosts they would not be shared.

      I have got a workaround, I am letting the URIElement matching on my configuration and then I block the direct URI access in Varnish.

      But I should not have to do that.

      match:
                  URIElement: 1
                  Compound\LogicalAnd:
                      yuseoen:
                          matchers:
                              Map\URI:
                                  en: true
                              Map\Host:
                                  yuseo.group.dev: true
                          match: yuseoen
                      novafren:
                          matchers:
                              Map\URI:
                                  en: true
                              Map\Host:
                                  nova.group.dev: true
                          match: novafren
                  Map\Host:
                      yuseo.group.dev: yuseofr
                      nova.group.dev: novafrfr
                      novaus.group.dev: novaus
      

      That configuration works because of the URIElement:1, if you remove it, it fails the Studio UI.

      But the workaround is not enough, I need to add a server side configuration

      nova.group.dev/yuseofr would go on the yuseofr (which is wrong)

      Thank you!

      Attachments

        Activity

          People

            Unassigned Unassigned
            2bfcc1b1-0b8e-4fb5-9c24-c434957abb69@accounts.ibexa.co Sébastien Morel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: