How to show a webpage built using React on camera? #184
-
Hello, I followed the process of deploying a webpage mentioned in issue #163. It states to create a simple HTML form with Javascript embedded into the HTML file. I have successfully done that and it works. Now to improve on the frontend of the application and add more features, I am creating a react-based frontend. However, once I build that react application, and store the build files inside the html directory for EAP building, I am not able to get the webpage to run. Where am I going wrong? I have attached the error as well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ThenoobMario , |
Beta Was this translation helpful? Give feedback.
Hi @pataxis,
Thanks for the reply. After some digging through I found out it was an issue with relative path building when creating the react build. It is solved now.