#Hi we are getting the following error

1 messages · Page 1 of 1 (latest)

devout scarab
#
curl --location 'http://localhost:3476/v1/tenants/sennder/permissions/check' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
  "metadata": {
    "schema_version": "ci5dge672a32k53qfmtg",
    "depth": 3
  },
  "entity": {
    "type": "carrier",
    "id": "1"
  },
  "permission": "create_asset",
  "subject": {
    "type": "user",
    "id": "1"
  }
}'
#

the version we are using is v0.4.6

#

the is the log from datadog. one fact is that we have two permify instances connecting to the same postgresql database.

glacial field
#

Hello @devout scarab , which version of Postgres are you using?

devout scarab
#

the postgres is AWS managed instance with Engine version 14.6

glacial field
#

Is it possible for you to update your Postgres version? Or should we consider different solutions?

devout scarab
#

let me try it out

glacial field
devout scarab
#

awesome! will try it. thanks.

devout scarab
#

Hi Tolga, just let you know that the issue has been solved with permify v0.4.7. I will try the Subject Permission List feature later on. thanks for your great support!