formio / formio

A Form and Data Management Platform for Progressive Web Applications.

Home Page:https://form.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: Provider is not a constructor

informatlabo15 opened this issue · comments

Hi,

I'm trying to upload a file (image) and got the following error.

Sandbox Id: 6452e4c3354c3bbd0804b806
https://formio.github.io/formio.js/app/sandbox

formio_sandbox

I also have this issue. My File upload component is defined this way.

       {
          "label": "Source Image",
          "tableView": false,
          "storage": "base64",
          "image": true,
          "uploadOnly": true,
          "webcam": true,
          "fileTypes": [
            {
              "label": "",
              "value": ""
            }
          ],
          "persistent": false,
          "key": "source_img",
          "type": "file",
          "input": true
        }
      ],
      "width": 6,
      "offset": 0,
      "push": 0,
      "pull": 0,
      "size": "md",
      "currentWidth": 6
    }

i have this error too

This looks like it's resolved in v5.0.0-rc.32: formio/formio.js@19b1e4f

Please try again with this version of formio.js

Thank you for your contribution. As this issue has been inactive for over 90 days, I will close it for now. If you wish to reopen the issue, please respond and we can resume the triage process.