You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's because db.lensRegistry is nil.
But even after commenting out this line, it doesn't panic anymore and outputs some data, but no matter what you do with db (add schema, docs, delete docs...), it dumps the same data.
The text was updated successfully, but these errors were encountered:
The command
defradb server-dump
panics:It's because
db.lensRegistry
isnil
.But even after commenting out this line, it doesn't panic anymore and outputs some data, but no matter what you do with db (add schema, docs, delete docs...), it dumps the same data.
The text was updated successfully, but these errors were encountered: