mahdi salmanzadeh najafi

Results 3 comments of mahdi salmanzadeh najafi

I have the same problem. For me these two points work: 1- you have to set http_listener url as : "http://*:port". 2- run your code as admin

Yes, I'm still having the issue. @ojacques I have tested it on Linux (Ubuntu 22.04). This is `mkdocs server` command output: ``` INFO - Building documentation... WARNING - Config value:...

Oh! I just updated my mkdocs packages and now it works fine! ``` pip install --upgrade mkdocs pip install --upgrade mkdocs-material ``` Thanks!