Issue with ggplotly when using geom_ribbon

When I create a ggplot with geom_ribbon, the graph is OK. But then I applied ggplotly to the graph, I had some issues.
You can see the example here: https://dataks.github.io/4_ggplotly_geom_ribbon

Is it because the ggplotly is not “perfect” yet, and some advanced features of ggplot2 are not taken into account in ggplotly ? In general, how can we debug? maybe we can use the basic plotly and add all ggplot features step by step ?
Thank you