0
Under review
My preview mode is not working
I made sure that JavaScript was enabled in the browser and checked my html file for accuracy. Help please? Any suggestions. My preview is showing blank for my root react application!!
Customer support service by UserEcho
If you send me the file you are trying to preview, I can try to reproduce the problem on my device.
I sent the file to the in app tech support email. Is that okay?
I took a quick look. Please make sure to use relative paths when referencing files in the same directory.
For example this won't work in the web preview:
Instead use:
Also, there is this comment in the file:
So not sure if you actually can preview this file directly.
There are also placeholders like "%PUBLIC_URL%" in the file that won't work when you preview the file directly without processing.