Extend Tenant management and add custom host to your ABP App
In this post we will see how to extent the tenant entity and Add a custom tenant resolver for your ABP app. Blog post: https://blog.antosubash.com/posts/abp-extend-tenant-with-custom-host
In this post we will see how to extent the tenant entity and Add a custom tenant resolver for your ABP app. Blog post: https://blog.antosubash.com/posts/abp-extend-tenant-with-custom-host
Halil İbrahim Kalkan 33 weeks ago
Great work Anto!
washyn 33 weeks ago
Excelente!!!
Serdar 32 weeks ago
Firstly, thank you. I tried but I am getting this error:
Bad Request - Invalid Hostname HTTP Error 400. The request hostname is invalid.
I added the lines to hosts file.
Serdar 32 weeks ago
fixed. like this : .vs\config\applicationhost.config, add binding like below will work :
<bindings> <binding protocol="https" bindingInformation=":44357:localhost" /> <binding protocol="https" bindingInformation=":44357:127.0.0.1" /> </bindings>
Anto Subash 31 weeks ago
maybe try adding this to the host file as well.
127.0.0.1 localhost