when i am creating a view of field collection they give error when we add fields in view error is that:
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /en/admin/structure/views/view/new_page/preview/page/ajax StatusText: error ResponseText: Exception: Invalid field name given: field_translations is not a Field Collection field. in FieldCollectionItemEntity->__construct() (line 210 of /home)
how handle this problem
To create field collection view you need to add relationship to the Field collection first and than you can use it. The above error seems like you're using a wrong field.