# Shopware PWA error. There is no domain configuration for localhost

**URL:** https://forum.shopware.com/t/shopware-pwa-error-there-is-no-domain-configuration-for-localhost/98640
**Category:** Shopware 6 (English)
**Created:** [21. Februar 2023 um 11:40 UTC](https://forum.shopware.com/t/shopware-pwa-error-there-is-no-domain-configuration-for-localhost/98640 "2023-02-21T11:40:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kravchenkoo14](https://avatars.discourse-cdn.com/v4/letter/k/dbc845/32.png) [@kravchenkoo14](https://forum.shopware.com/u/kravchenkoo14)
#### Post date: [21. Februar 2023 um 11:40 UTC](https://forum.shopware.com/t/shopware-pwa-error-there-is-no-domain-configuration-for-localhost/98640/1 "2023-02-21T11:40:07Z")

</div>

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?
