Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

objectStoreNames undefined error

Discussion in 'Web' started by sirrus, Oct 26, 2017.

  1. sirrus

    sirrus

    Joined:
    Jun 10, 2012
    Posts:
    250
    I know this is may not be a Unity-specific error but we are seeing a lot more of these in our error logs on app entry and was curious if anyone else has seen them:

    "Cannot read property 'objectStoreNames' of undefined TypeError: Cannot read property 'objectStoreNames' of undefined at IDBOpenDBRequest.openDB.onupgradeneeded"

    https://developer.mozilla.org/en-US/docs/Web/API/IDBOpenDBRequest/onupgradeneeded

    It seems to be that the player's browser is trying to update the indexedDB storage. The user agent isnt always consistent so Im not sure that it's necessarily browser version related.

    Any thoughts?
     
  2. bigbrainz

    bigbrainz

    Joined:
    Jul 21, 2015
    Posts:
    177
    Just FYI we're working with a lab right now where this same message pops up a lot. No idea what might be causing it. The computers are super slow here. May be related?

    upload_2018-5-21_13-33-50.png

    upload_2018-5-21_13-34-48.png