We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using the React App and using the graphQl as suggested in https://github.com/adobe/aem-guides-wknd-graphql.git
OS : Windows AEM Version : 6.5 Documentation Link : https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/remote-spa/spa-dynamic-routes.html?lang=en
I followed the above documentation for enabling dynamic routes, It is not working as expected.
After hitting the http://localhost:3000/adventure/bali-surf-camp , the behavior is not as expected.
Expected Behavior :
Actual Behavior :
Even the text Itinerary (AdventureDetail.js) is not appearing on the browser ( http://localhost:3000/adventure/bali-surf-camp)
Sample Code that illustrates the Problem please search for wknd-shared in
https://github.com/adobe/aem-guides-wknd-graphql/blob/main/remote-spa-tutorial/react-app/src/components/AdventureDetail.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using the React App and using the graphQl as suggested in https://github.com/adobe/aem-guides-wknd-graphql.git
OS : Windows
AEM Version : 6.5
Documentation Link : https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/remote-spa/spa-dynamic-routes.html?lang=en
I followed the above documentation for enabling dynamic routes, It is not working as expected.
After hitting the http://localhost:3000/adventure/bali-surf-camp , the behavior is not as expected.
Expected Behavior :
Actual Behavior :
Even the text Itinerary (AdventureDetail.js) is not appearing on the browser ( http://localhost:3000/adventure/bali-surf-camp)
Sample Code that illustrates the Problem
please search for wknd-shared in
https://github.com/adobe/aem-guides-wknd-graphql/blob/main/remote-spa-tutorial/react-app/src/components/AdventureDetail.js
The text was updated successfully, but these errors were encountered: