Shopware PWA error. There is no domain configuration for localhost

I have error using shopware PWA v1.6.1 with shopware 6 development v6.4.11.1.
Everything works fine but I have error in console:

[Error][Shopware PWA] There is no domain configuration for „192.168.0.114“ - add this host to config and run domains configuration.

Here is my shopware-pwa.config.js:
module.exports = {
shopwareEndpoint: „shopware.clear“,
shopwareAccessToken: „SWSCVDYZTHOZCMVREDJNRJFARA“,
shopwareDomainsAllowList: [„shopware.clear“, „shopware.clear/de“],
};
What should I do to get rid of this error?