Strange issue with RTC in JupyterHub behind Apache HTTP reverse proxy

Hello,

I have a similar issue. The Apache Server can not identify %2F in URL, which is used in Collaboration extension. Maybe this theme can help you.

Just add this in you Apache configuration file may solve your problem.

AllowEncodedSlashes On

2 Likes