TypeError caused by HasMetaDataFile #986
Answered
by
mzur
mtiessen1175
asked this question in
Q&A
-
After pulling the latest changes of the dev-modules branch, I receive a TypeError when trying to open the Edit-page of a Volume.
Note: This error only happens on volumes where I manually uploaded the metadata files (BIIGLE CSV in my example case). |
Beta Was this translation helpful? Give feedback.
Answered by
mzur
Nov 27, 2024
Replies: 1 comment 3 replies
-
You probably have to run the migrations with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please open the console (
docker compose exec -it -u0 worker php artisan tinker
) and get the volume withVolume::find(xxx)
(use the volume ID). Ismetadata_file_path
set? Do you find the metadata file at this location in the metadata storage disk?