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
Describe the bug
I extended admin ui following this doc (added sample plugin, provider and compileUiExtensions). Now, I am getting "Unknown type 'StructCustomFieldConfig'" error on app load. It's a response of GetServerConfig query. Could anyone point what is the meaning and reason of this error?
Hi, this sounds like a version mismatch issue. The Struct custom field type was introduced in v3.1 so it seems you must have a newer version of the admin ui package. One solution would be to update all your Vendure packages to the latest v3.1.x version.
Describe the bug
I extended admin ui following this doc (added sample plugin, provider and
compileUiExtensions
). Now, I am getting "Unknown type 'StructCustomFieldConfig'" error on app load. It's a response ofGetServerConfig
query. Could anyone point what is the meaning and reason of this error?To Reproduce
Steps to reproduce the behavior:
Expected behavior
GetServerConfig should respond with 200
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: