Hello all,
I have an OptionField defined like this:
section_options.load_case = vkt.OptionField("Load Case", options=get_load_case_options, visible=True)
and the function define globally:
def get_load_case_options(params, **kwargs):
I didn’t get any error in the console, but the web page gets stuck with the errors reported in the images:
What can I check further to the more about the errors I get?
thanks

