You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
When using powerpoint, excel or word plugins that require downloading files from the plugins server, the default behaviour is to reference the server as http://localhost:3000 which will fail when the user tries to download the files.
For example, here's the output after using the powerpoint plugin on TypingMind:
To fix this users can add the RENDER_EXTERNAL_URL variable to their .env. I recommend the .env.example be updated with the following line to make it more obvious how to fix this issue:
RENDER_EXTERNAL_URL="http://localhost:3000" # replace with your plugins server endpoint url