Conda env kernel doesn't show up on JupyterHub

Hi all,

I created a conda env and it’s definitely visible in the terminal or in the Jupyter Notebook.
However, it does not show up in the JupyterHub and therefore I cannot select the kernel with the conda env of interest.

The conda envs are visible in the Jupyter Notebook and I was able to select those envs
Also, I was able to check the kernelspec list.

Available kernels:
  test          /home/anaconda/.local/share/jupyter/kernels/test
  microbiome    /opt/anaconda3/envs/microbiome/share/jupyter/kernels/microbiome
  python3       /opt/anaconda3/envs/microbiome/share/jupyter/kernels/python3

However, conda envs are not fully visible in the JupyterHub.

It only shows the conda env named ‘test’ which I made just for comparison.
It does not show the conda env named microbiome.

I installed the nb_conda_kernels in the base and within the conda env as well.
But nothing changed so far.

I’d appreciate any help.

Sincerely,