Issue with cdn 3.5.0

Hi

I’m using Parse via jsdelivr CDN. Suddenly I started getting error with my queries and uploads. More specifically,

  • I was getting “TypeError: Cannot read properties of undefined (reading ‘className’)” when doing a .first() query and

  • I could not upload using .save() but no error is being thrown

I realized I was using the latest CDN, so 3.5.0 so I tried reverting to CDN 3.4.4 and everything works again.

Anyone else experiencing this issue? Please advise

Thanks

1 Like

I’m seeing the same issue with save(). At first I thought there was an issue related to ACL as I had things set in a particular way for the objects I was trying to save.

The observed behavior is as if save ‘completes’ but the resolved value is null, and the save doesn’t actually happen.

Have not verified the first() query issue.

Forcing to 3.4.4 results in things working with no other changes.

1 Like

Exactly, the save doesn’t happen

1 Like

I have addressed this is in #1600

1 Like

This should be fixed with Release 3.5.1-alpha.2 · parse-community/Parse-SDK-JS · GitHub, could you try it out and let us know? I’ve added a warning note to the 3.5.0 release.

1 Like

Yes, it seems to work now. Thanks for dealing with this issue.

1 Like

Thanks for reporting back!