• Resolved Pb164

    (@pb164)


    There is an Error when i try to open Form module page in plugin console!
    Error message:
    Error initializing ai-forms module scripts. (Details: Element.querySelector: '.aipkit_accordion-content:has(input[name="enable_vector_store"])' is not a valid selector)
    And here are messages in browser console:
    AIPKit Loader: Error executing initializer 'aipkit_initAiForms': DOMException: Element.querySelector: '.aipkit_accordion-content:has(input[name="enable_vector_store"])' is not a valid selector

    Uncaught (in promise) Error: Error initializing ai-forms module scripts. (Details: Element.querySelector: '.aipkit_accordion-content:has(input[name="enable_vector_store"])' is not a valid selector)

    And more: When i try to save a Template with AI write module, there is another error:
    Error: Failed to save template.

    • This topic was modified 8 months, 2 weeks ago by Pb164.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author senols

    (@senols)

    Hi @pb164,

    Thanks a lot for reporting this issue.

    Regarding the form editing problem, it may be related to the :has() CSS property used in the code. Since this is a relatively new feature, it isn’t supported in some older browser versions.

    Could you let me know which browser and version you’re using? Also, can you try opening the form in a different browser to see if the issue still occurs?

    Thread Starter Pb164

    (@pb164)

    Oh! It was really fast! Yes it is browser fault. On my working machine is – FF 115.12.0esr, and on nother machine is FF 143.0.1 – works fine!
    Thanks alot!

    Plugin Author senols

    (@senols)

    Glad it is resolved

    have a good day 🙂

    Thread Starter Pb164

    (@pb164)

    Same to you! Great plugin! Keep going!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Form module is not working’ is closed to new replies.