webviewer-react-sample
webviewer-react-sample copied to clipboard
Sample does not work when npm run build && serve -s build
Do I need to change some paths in order to make it work after build ?
in the public folder create a file called serve.json and add the following code.Then build the project.
{
"cleanUrls": false
}
This will sort the issue.