Conversation
|
WIP. getting this error: Created an issue - meteor/meteor#7446 |
|
Getting the next issue: [[[[[ ~/Development/projects/sampo/apinf/api-umbrella-dashboard ]]]]] => Started proxy. => App running at: http://localhost:3000/ |
|
Issue is linked to deprecated cfs package, see discussion: https://forums.meteor.com/t/deprecating-collectionfs/16921/2 Migrating to https://github.com/vsivsi/meteor-file-collection to avoid future problems. |
|
@philippeluickx, removing cfs and everything related to it didn't help. |
|
@NNN Some other package then? Try to remove all packages and add them back in one by one...? |
|
@philippeluickx, it would be great if you can help with it 😄 |
|
Working on it |
…rPhoto to confirm root cause
|
Linked to old cfs packages. I propose that we get rid of all the "old" file-related packages and refactor code to use 1, well-maintained library - https://github.com/vsivsi/meteor-file-collection I branched out with a removed cfs and comment out code where this was still used. Everything runs now on my machine - https://github.com/apinf/api-umbrella-dashboard/tree/meteor-update-removed-cfs |
|
@brylie, please review. |
|
I just ran meteor update once more. There were about 5 additional updates. |
|
When visiting the landing page, I get the following error: Exception in template helper: TypeError: Cannot read property 'projectLogoFileId' of undefined
at Object.projectLogoExists |
|
We may need a try/catch around the code that uses |
|
It seems like there is a bug in the |
Closes #1318
Closes #1351
Updated to v1.4.0.1
Please test and merge.
Release notes - https://github.com/meteor/meteor/blob/devel/History.md