I'm getting the following error when I attempt to create a pre-function (serverless) in Kong:
"cannot create 'plugins' entities when not using a database"
I'm currently using a version 1.1.1 Alpine container and I have it configured for DB-less operation. The documentation for the DB-less setup indicates that as long as the function doesn't try to connect to the database I should be fine, but the system itself is contradicting the documentation. Right now, the script is just an import statement.
Is there something I may be missing regarding this or do I have to go back to use the database for configuration?