Images not showing after migrating to production
Good evening, I've been working with my development, so I decided to step up stuff to production, I successfully migrated my data to production but the images which I've been storing with convex are not migrated
I'm still working on it, but any form of advice is highly appreciated
2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Re: the file page on the dashboard, the docs say this:
The file storage page displays files stored in your deploymentI believe this means that files—like data and functions—are unique to each deployment, so what you added to your dev deployment won't automatically carry over to the production deployment. (I haven't yet used Convex files, so this is just a hunch, but it fits with the way that so many other features are deployment-specific)