Hi! I am trying to upload an image file directly to my Xano database (bypass Weweb CDN) following this tutorial with the custom JS - File Upload | Weweb documentation
The error I get is “cannot read properties of null: (reading files)”
I am wanting to add the image to my sign up end point but I created a new end point just to isolate the problem, and I still can’t get that action to work.
Actually there are multiple posts in this community with this exact issue but nobody seems to have a solution…
Is there a video tutorial or something that shows how we can allow users to upload a profile picture directly to Xano upon signing up, that would be great… the current one in the docs is too confusing and does not work (the error above) and is missing critical info about what to do in Xano
Just double checked! But getting a 400 error: “{“code”:“ERROR_CODE_INPUT_ERROR”,“message”:“Value is not properly formed.”,“payload”:{“param”:“content”}}”