error when attempting to view customer edit in admin
ZayLong opened this issue · 1 comments
Magento 2 version(s) used: 2.3.1
Extension version(s) affected: tested with 3.10.3-3.10.5
Description
When viewing customer in admin i'm hit with the following exception.
The "formElement" configuration parameter is required for the "nosto_customer_reference" field.
How to reproduce
This occurred after deployment, our composer is set to @stable for nosto, so it updated to 3.10.5
after which we started experiencing this problem.
Magento 2 mode
- Developer
- [x ] Production
Full page cache
- [ x] Enabled
- Disabled
Nosto indexer mode
- Update On Save
- [x ] Update By Schedule
Possible Solution
the nosto_customer_reference column is missing from customer_entity, among other things.
maybe retriggering Setup scripts?
figured it out, for some reason when updating the database update scripts did not run.
deleted nosto tagging from the setup_module table and ran setup upgrade