Component not loading

I have an app with a custom component, in particular a clickable map which was working fine but I have now started seeing this error.

Your app is having trouble loading the map_select.map_select component.

(The app is attempting to load the component from http://localhost:3000, and hasn’t received its "streamlit " message.)

1 Like

The problem was because it was trying to run the development version. I forgot to change the environment variables so that it would run the production version.

2 Likes

Glad to hear that it is sorted out :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.