Copy link to clipboard
Copied
Hello all,
I do have an Adobe HTML Panel based on a ReactJS app which works great so far, but the biggest issue with this approach is that all requests are made using the `file://` origin causing more issues, like:
1. Not all APIs requests are accepted
2. AWS Cognito callback is not recognized
Is there a way that I can deliver my HTML Panel (ReactJS) through an Express Server (NodeJS) or any other specific server so I the end all of my requests will have the origin `http://localhost:PORT/` or maybe there is other `The Adobe Way` that I am missing?
Thank you in advance
You have a few options:
Also if you're interested in building panels with React, check out the Bolt CEP boilerplate: https://github.com/hyperbrew/bolt-cep
Copy link to clipboard
Copied
You have a few options:
Also if you're interested in building panels with React, check out the Bolt CEP boilerplate: https://github.com/hyperbrew/bolt-cep