# Issue after adding application gateway

**URL:** https://meta.discourse.org/t/issue-after-adding-application-gateway/109130
**Category:** Support
**Created:** [February 14, 2019, 9:34am UTC](https://meta.discourse.org/t/issue-after-adding-application-gateway/109130 "2019-02-14T09:34:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Rohan\_P](https://avatars.discourse-cdn.com/v4/letter/r/b5e925/32.png) [@Rohan\_P](https://meta.discourse.org/u/Rohan_P)
#### Post date: [February 14, 2019, 9:34am UTC](https://meta.discourse.org/t/issue-after-adding-application-gateway/109130/1 "2019-02-14T09:34:55Z")

</div>

Hi, I have deployed discourse in the vm, added sso plugin (discourse-openid-connect) as for sso we require ssl, we have created application gateway in azure, where hitting the url with /community redirects to the discourse portal thats because we have set pathRule in the azure, The problem is hitting the url just loading title and fav icon & the complete page is blank, The content is not rendering.  
Also I have added override hidden path as / in azure.  
Here are the logs:

```
Started GET "/" for 40.115.167.24 at 2019-02-14 09:33:25 +0000
Started GET "/" for 40.115.167.24 at 2019-02-14 09:33:26 +0000
Processing by ListController#latest as HTML
  Rendering list/list.erb within layouts/application
  Rendered list/list.erb within layouts/application (2.1ms)
  Rendered layouts/_head.html.erb (4.5ms)
  Rendered common/_discourse_stylesheet.html.erb (0.2ms)
  Rendered application/_header.html.erb (0.2ms)
Completed 200 OK in 35ms (Views: 8.7ms | ActiveRecord: 12.6ms)
Started GET "/" for 40.115.167.24 at 2019-02-14 09:33:34 +0000
Processing by ListController#latest as HTML
  Rendering list/list.erb within layouts/application
  Rendered list/list.erb within layouts/application (1.9ms)
  Rendered layouts/_head.html.erb (1.3ms)
  Rendered common/_discourse_stylesheet.html.erb (0.2ms)
  Rendered application/_header.html.erb (0.1ms)
Completed 200 OK in 27ms (Views: 8.4ms | ActiveRecord: 5.4ms)

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 7, 2022, 8:35am UTC](https://meta.discourse.org/t/issue-after-adding-application-gateway/109130/2 "2022-03-07T08:35:57Z")

</div>


