I recently did a change to my schema where 2 fields changed name. In one of my teams, prior to the change we had defined a display name for that field. In that team alone there is a problem that when we try and list that collection it hangs in production. I think it has fields that are blank. When I hide those fields it does not hang anymore:
When I copy this team configuration over to staging I do get an error on the collection:
{“errors”:[{“status”:500,“detail”:“Invalid $project :: caused by :: FieldPath cannot be constructed with empty string”}]}
I can probably solve this by copying the configuration of a team where everything is fine over the team that is malfunctioning, and in this case that would be ok since there are not much modifications, but in my other teams that would be a problem since they are becoming highly customized. I have thought I will leave it the way it is so you can take a snapshot of my project configuration to see if this is a real problem
What is the current behavior?
Failure Logs
Please include any relevant log snippets, if necessary.
Context
Please provide any relevant information about your setup.
- Package Version:
- Express Version:
- Sequelize Version:
- Database Dialect:
- Database Version:
- Project Name: