Skip to content

Loading query failed: 500 Internal server error #669

@sksaibabavali

Description

@sksaibabavali

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

@Entity
public class Certify {

    public int Driver_Id;
    public int Server_Id;
    @io.objectbox.annotation.Id
    public long id;
    public String updatedAt;
    public String createdAt;
    public String ELogDate;
    public int SyncRequired;
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions