
ERROR Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
Check the render method of VideoCard
. I'm having this issue while trying to post image from backend to frontend. How I can resolve this issue?
Recommended threads
- Cannot upgrade an anonymous account with...
Unless I am just not doing it right, its not possible to upgrade an account from anonymous, using magic URL. This is fine - I have worked around it in my app n...
- cookies when working with python sdk
``` from appwrite.client import Client from appwrite.services.account import Account project_id = os.getenv("PROJECT_ID") client = Client() client.set_endpoi...
- How do Image transformation billing work...
How do image transformation billing work? I dont believe Im transforming them, but Im looking at 50ish image transformations Im just using ```ts export con...
