I'm running my jupyterhub behind an nginx reverse proxy, I'm adding c.JupyterHub.bind_url to my jupyterhub configuration file, this normaly adds a prefix to every url of the hub, at first I'm able to access the extention announcement however when I try to add an announcement i does not add the prefix and shows nginx 404 error page, I tries the service without using a reverse proxy and it work just fine.
Hi,
I'm running my jupyterhub behind an nginx reverse proxy, I'm adding c.JupyterHub.bind_url to my jupyterhub configuration file, this normaly adds a prefix to every url of the hub, at first I'm able to access the extention announcement however when I try to add an announcement i does not add the prefix and shows nginx 404 error page, I tries the service without using a reverse proxy and it work just fine.
Can anyone relate to this issue.