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
this line of code throws with this error: Cannot convert undefined or null to object
which is unhelpful because I am not really understanding the cause of issue
I suggest checking if data is null or undefined and throwing a more helpful error on why it should not be null or undefined and what we can do about it
this is a very frustrating error that I keep getting in my development from time to time as I'm experimenting with feathersjs on how to do things
System configuration
Module versions : 5.0.23
NodeJS version: v20.10.0
The text was updated successfully, but these errors were encountered:
feathers/packages/schema/src/resolver.ts
Line 138 in 181fedb
this line of code throws with this error:
Cannot convert undefined or null to object
which is unhelpful because I am not really understanding the cause of issue
I suggest checking if
data
isnull
orundefined
and throwing a more helpful error on why it should not be null or undefined and what we can do about itthis is a very frustrating error that I keep getting in my development from time to time as I'm experimenting with feathersjs on how to do things
System configuration
Module versions : 5.0.23
NodeJS version: v20.10.0
The text was updated successfully, but these errors were encountered: