Rstudio Connect will not render htmlwidgets from published jupyter notebook.

R studio configuration:

|Product:|RStudio Connect|
|---|---|
|Version:|2022.07.0|
|Build:|v2022.07.0-0-gf2bfb19|
|R Versions:|3.6.0, 4.1.0, 4.1.2, 4.1.3, 4.2.1|
|Python Versions:|3.7.7, 3.9.5|
|Quarto Versions:|(none)|

I have hosted Jupyter notebooks running html widgets which render properly in previous versions. I'm not sure where in testing we missed this but now on this build of RSC I cannot view the widgets. The js script running the widgets now give error 404. My admin is not sure how to diagnose this issue, anyone else having problems with js or htmlwidget on this build?

Looking into this further, it seems that the issue stems from nbconvert with the Vitessce package. I've tried uploading other notebooks containing ipywidget and plotly outputs and they seem to render fine on RSC. Is there a way to roll back just the nbconvert package to test if the latest version is causing this issue?