Base solution for your next web application
Open Closed

Issue loading BinaryObjects after switching to Postgres #5578


User avatar
0
asiena created

So i successfully switched to using postgres with my app, but I'm having a strange issue with loading tenant logos. It appears _binaryObjectManager.GetOrNullAsync(tenant.LogoId.Value); is returning null. I've double checked the ids being used and they do indeed line up. Is this an issue with postgres byte arrays? or something else?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @asiena is the TenantId field matches the Id of current tenant ?