We would like to use React to create a frontend for our Splunk App. We were able to integrate react and react-router to create and route to different pages successfully (ie myApp/eventPage), however on page refresh Splunk is unable to maintain the current route and we get a 404 page.
page refresh at /myApp --> works
page refresh at /myApp/eventPage --> 404
This is also an issue if we would like users to be able to navigate to a specific page of our app from an external link.
Do you have an example or documentation on how to maintain multiple pages in a splunk app? Or is this a known limitation of using React with Splunk?
Thanks in advance for your time and help!
... View more