@sreenu539 You can achieve it by using etc/map. Like mapping the input request and redirecting to the destination output page.Below is an example which might help you:https://aemsimplifiedbynikhil.wordpress.com/2020/08/26/shortening-of-url-using-etc-map/Thanks,Nikhil
@Heena91 Was your build successfull? If it was can you try installing the package manually. As far as I know CIF core and connector packages don't have autoInstallPackage profile by default.Try installing it manually once or add the profile.
I am getting above mentioned error I am using below code snippet to get result from Magento graphql in Node JS:const gql = require("graphql-tag");const {ApolloClient} = require("apollo-client");const fetch = require("node-fetch");const{createHttpLink} = require("apollo-link-http");const {InMemoryCac...
@dplatonThese are the dependency I am using : "apollo-client": "2.0.4", "apollo-link": "1.1.0", "apollo-link-http": "1.3.3",What are the exact version you are using for client ? Also are you using react or node ?