Error Run In Desktop using new version of pouchdb 7.3.0

Hi Guys,

Getting the following message in Chrome debug:

Access to fetch at ‘http://127.0.0.1:65065/Outlines/jqwidgets/images/ribbon-icons.png’ from origin ‘http://127.0.0.1:65065’ has been blocked by CORS policy: Request had a target IP address space of unknown yet the resource is in address space local.

jqwidgets is a local and therefore part of the manifest load.

I want to use the latest version of pouchdb 7.3.0 however I get the above error. It also does this with version 7.2.1 - my app currently works fine in 7.1.1 of pouchdb.

System is Windows 10, Chrome Browser Version 102.0.5005.22 (Official Build) dev (64-bit) and latest version of AppStudio.

Is there some parameter I need to set?

Thanks.

It works if I change Chrome settings/secruity add insecure site 127.0.0.1

That makes sense - Chrome has been upping its enforcement of security policies.