#james719
1 messages ยท Page 1 of 1 (latest)
Hello ๐
The server is a little busy, give me a few to catch up and I'll respond as soon as I can ๐
Thanks
moving this here for complete context
Is it possible to route to another page from my Stripe App outside of Stripe?
Upon pressing a <Button>, I want to direct the user to an external page that renders a page using data from my Stripe App. I want to use react-router-dom like below inside one of the views I have created:
<BrowserRouter>
<Routes> <Route path="/" element={<App />} /> <Route path="chart" element={<Chart/>} /> </Routes></BrowserRouter>,
But given that the views are managed inside of stripe-app.json rather than, instead of an App.tsx file, I'm not sure on the best way to approach this.
Any guidance would be greatly appreciated.
Thanks!
As far as I can tell, I don't think that's supported.
Can you provide more details on what exactly you're trying to integrate?