【发布时间】:2021-10-16 15:25:33
【问题描述】:
我正在使用 PostgRest 8.0.0 和 Postgres DB v14。我在选择表中的行时遇到以下错误。 http://localhost:3000/table
错误:
{
"hint": null,
"message": "invalid configuration parameter name \"request.header.user-agent\"",
"code": "42602",
"details": "Custom parameter names must be two or more simple identifiers separated by dots."
}
【问题讨论】:
标签: postgrest