-
Notifications
You must be signed in to change notification settings - Fork 308
Loading query failed: 500 Internal server error #669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You are referring to Object Browser I assume; could you please check the logs (logcat) for error info? |
I'm having the same problem with the browser (v2.3.3), happens only on the emulator though, works fine on my real Pixel 2 XL. It basically gives this warning: Sometimes I also get this warning, though it might not be from objectbox: I'm running the emulator as: Pixel 2 API 28 with the Android 9.0 (Google Play) image on CPU/ABI x86 |
As indicated by the log message; this should be limited to 32 bit systems. So as a workaround, you could use a 64 bit emulator. We'll likely provide a fix with the next version. |
We could verify this issue and have developed a fix. It will be available with the next update. Thanks for reporting! The issue occurs if one of the properties of an entity, e.g. a String property, has a value bigger than 4000 bytes (e.g. a very long text). The data browser then fails to query your entities when running on a 32-bit system, like the x86 Android emulators. -ut |
2.3.4 has been released; please let us know if that fixed it for you, thanks! |
Super it is working now |
When I debug I am getting data But for the same data I am trying to see in Browser it is telling
Loading query failed: 500 Internal server error.
This is my entity
The text was updated successfully, but these errors were encountered: