Import fails on storage invalid id
convex@1.11.2- I have dev and prod deployments running the same convex code
- dev deployment has all tables cleared and no files in storage
- I create a prod export that includes files via cli:
- I import the resulting file:
- CLI output:
If I do all of the above, but leave off
--include-file-storage in the export command, everything works fine.