Assets loading fail for Dash App deployment

Hi,

I am trying to display images on my deployed dash app on render. The app works fine locally but the image assets are not found when deployed. I have followed the structure (as stated here: init - DashTools Documentation - v1.11.1) below to push my files to the github repo:

AppName
│-- requirements.txt
│-- runtime.txt

└── src
|-- app.py
|-- assets/

How can I load my assets into my deployed Dash app on render ?

Thanks for your help,

Hey,

What do you mean exactly by “the image assets are not found when deployed”? Is there a specific error message that you’re seeing? Have you checked that you’ve specified the correct relative path to locate those files?

Regards.
Jérémy, Render Support

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