You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It throws a type error saying it was expecting the upload_file to be of type Typing.Any, Then if you change it to Any, it will compile the website but when that function is called it will throw another type error saying it is expecting type List[rx.app.UploadFile]?
I've solved this by reverting back to a previous version of reflex (I chose 0.6.8 arbitrary)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Has anyone else encountered an issue where in the latest version of reflex 0.7.14 (I think), if you use an upload handler such as
It throws a type error saying it was expecting the upload_file to be of type Typing.Any, Then if you change it to Any, it will compile the website but when that function is called it will throw another type error saying it is expecting type List[rx.app.UploadFile]?
I've solved this by reverting back to a previous version of reflex (I chose 0.6.8 arbitrary)
Beta Was this translation helpful? Give feedback.
All reactions