Custom Mapbox style with plotly

I’m trying to get custom maps with Mapbox working with my dash web app using plotly. I am using a Mapbox custom style. I have correctly configured my token and style URL however none of the place names are showing on my map. If I create a new style from one of the templates without making any changes then I get the same issue. I do not believe it’s an issue with my zoom levels. I get the following error messages in my browser’s console:

Python 3.9.7
dash == 2.5.1
plotly == 5.5.0

Has anyone had similar issues or can help me fix it?

Hello, I also encountered the same problem, may I ask whether it has been solved in the future