Geeks-Solutions / vue-sections

This npm package provides a VueJS Component to use right off the bat to interface with Sections' server
https://sections.geeks.solutions
2 stars 3 forks source link

Redirection to the upgrade package BO pages to be done from the errors #105

Closed akramsarkis closed 1 year ago

akramsarkis commented 1 year ago
{
    "options": {
        "link": {
            "root": "https://sections-saas.k8s-dev.geeks.solutions/admin",
            "path": "/UpgradePackage"
        }
    },
    "message": "Sorry, you are limited to 2 static sections. Upgrade your package for more"
}
{
    "options": {
        "link": {
            "root": "https://sections-saas.k8s-dev.geeks.solutions/admin",
            "path": "/UpgradePackage"
        }
    },
    "message": "You can only create up to 1 pages in your project. Upgrade your package for more"
}
{
    "options": {
        "link": {
            "root": "https://sections-saas.k8s-dev.geeks.solutions/admin",
            "path": "/UpgradePackage"
        }
    },
    "message": "You can only put up to 2 sections per page. Upgrade your package for more"
"options": {
        "link": {
            "root": "https://sections-saas.k8s-dev.geeks.solutions/admin",
            "path": "/UpgradePackage"
        }
    },
    "message": "Your package does not support query string for dynamic pages. If you would like to start using this feature update your package please."
}

Acceptance testing

akramsarkis commented 1 year ago

@mahfouzhseineweev