Hi
Ayush here,
-
I was testing Full Page Create-React-App generated React frontend with my socket io, nodejs backend and I am not able to get any result on the freshdesk page after doing ?dev=true.
-
I tested an app with Html,css only frontend and the same backend and I was getting desired results but with the usual react flow, it is not working, also there is not many sample repositories present where I can look how React frontend works with freshdesk.
-
I tried to configure my frontend according to the one repo I got online but still freshdesk is not able to get the index.js file. Why the normal HTML, CSS works and not the React one is what my query is, and how I can make it work.
-
Also, my Frontend and backend are working successfully on localhost, just to tell there is no problem with connection of both the components, the difference is now we want the frontend to be freshdesk page instead of localhost.