_Before filing a new issue, please provide the following information._
I'm running:
- Which Parity version?: 1.9.4
- Which operating system?: Windows
- How installed?: via installer
- Are you fully synchronized?: no
- Which network are you connected to?: dev
- Did you try to restart the node?: yes
When I open the dapp on the browser nothing is shown and I get the following errors:

Hi @vieiralc please add allowJsEval: true to your manifest.json. We've recently disallowed eval by default.
To avoid that you should configure your build process to produce JS without eval (possibly it's just sourcemaps, so make sure to configure them differently).
@tomusdrw Thanks, it worked!
Most helpful comment
Hi @vieiralc please add
allowJsEval: trueto yourmanifest.json. We've recently disallowedevalby default.To avoid that you should configure your build process to produce JS without
eval(possibly it's just sourcemaps, so make sure to configure them differently).