# The site you requested does not have an associated route in Local

**URL:** https://community.localwp.com/t/the-site-you-requested-does-not-have-an-associated-route-in-local/25713
**Category:** Support
**Created:** [May 29, 2021, 9:17pm UTC](https://community.localwp.com/t/the-site-you-requested-does-not-have-an-associated-route-in-local/25713 "2021-05-29T21:17:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![speedseo](https://sea1.discourse-cdn.com/flex019/user_avatar/community.localwp.com/speedseo/32/13169_2.png) [@speedseo](https://community.localwp.com/u/speedseo)
#### Post date: [May 29, 2021, 9:17pm UTC](https://community.localwp.com/t/the-site-you-requested-does-not-have-an-associated-route-in-local/25713/1 "2021-05-29T21:17:29Z")

</div>

I am getting this error:

The site you requested does not have an associated route in Local.  
**If you continue to get this message after refreshing, try restarting the Local site.**

If the error persists, check the Local Router Logs in Local by going to  
Help » Reveal Local Router’s Logs.

I tried checking on the \*route file:

server {  
server\_name 123.local \*.123.local;

```
include server-block.conf;

location / {
	proxy_pass http://127.0.0.1:10004;
	include location-block.conf;
}

```

}

server {  
server\_name 123.local \*.123.local;

```
ssl_certificate ../certs/123.local.crt;
ssl_certificate_key ../certs/123.local.key;

include server-block-ssl.conf;

location / {
	proxy_pass http://127.0.0.1:10004;
	include location-block.conf;
}

```

}

But it is not working.

Please help

---

<div class="post-metadata">

### Author: ![system](https://sea1.discourse-cdn.com/flex019/user_avatar/community.localwp.com/system/32/1_2.png) [@system](https://community.localwp.com/u/system)
#### Post date: [August 27, 2021, 9:17pm UTC](https://community.localwp.com/t/the-site-you-requested-does-not-have-an-associated-route-in-local/25713/2 "2021-08-27T21:17:32Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
