Jump to content
Updated Privacy Statement
  • 0

JSON Config for Store is the Beacons Section needed?


Kerry Barnes1709159842

Question

All Chromebooks managed by Google enterprise admin.

 

I have recently had issues with storefront not loading for some users and just the white box with a spinner and I suspect a beacon issue somewhere. I do however have a test OU where the JSON config for storefront simply does not have the beacon section and just the gateway etc.; we do not and will never have a need for internal direct connections. This configuration without beacons works at present and storefront is displayed within seconds. I have raised a support call to ask if this is a valid config but thought I would see if I get any responses here. What I don't want is to find is that whilst it works today a newer release expects beacons and stops working.

 

With Beacons – applied to all

"store_settings": {
                                                          "name": "xxxx",
                                                          "gateways": [
                                                                        {
                                                                                      "url": "https://desktop.xxxx.yyyy",
                                                                                      "is_default": true
                                                                        }
                                                          ],
                                                          "beacons": {
                                                                        "internal": [
                                                                                      {
                                                                                                     "url": "https://storefront.ad.xxxx.yyyy"
                                                                                      }
                                                                        ],
                                                                        "external": [
                                                                                      {
                                                                                                     "url": "https://externalurl1"
                                                                                      },
                                                                                      {
                                                                                                     "url": "https://externaurl2"
                                                                                      }
                                                                        ]
                                                          },
                                                          "rf_web": {
                                                                        "url": https://storefront.ad.xxxx.yyyy/citrix/XXXXWeb"


Without Beacons – test OU

              "store_settings": {
                                                          "name": "xxxx",
                                                          "gateways": [
                                                                        {
                                                                                      "url": "https://desktop.xxxx.yyyy",
                                                                                      "is_default": true
                                                                        }
                                                          ],
                                                          "rf_web": {
                                                                        "url": "https://storefront.ad..xxxx.yyyy/citrix/XXXXWeb"

Link to comment

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...