Hi all, it’s great news Yext has recently released an Answers React package for developers to extend the use of Answers further through React dev projects. Very cool!
I just wanted to ask a quick question to sense check my approach to the config of Yext Answers React in relation to integrating with a Hitchhikers Sandbox account (for a STAGING version of Answers).
In order to achieve a successful integration, I’ve currently:
Change the Experience Key and API key in the AnswersHeadlessConfig.ts file to align to my Sandbox
Add the experienceVersion parameter (set to STAGING) in the AnswersHeadlessConfig.ts file
Change the Live API URL’s to liveapi-sandbox url in the constants.js file
I just wanted to sense check that is the correct procedure to test against the Staging version of Answers in a HH Sandbox, or if I’ve missed anything else?
All seems to work so far, but I just wanted to double check.
If anyone has any additional tips/tricks we should be aware of for this scenario, it would be great to hear from you.