Closed Chralu closed 11 months ago
Hi @Chralu, I was unfortunately unable to reproduce this bug. I followed the steps you have provided and everything went through just fine. Please, see the screenshot attached.
Have you used Postgres with the Postgis extension?
@Chralu, do you please have any updates on this or can I close this issue?
Closed for inactivity
Bug report
Describe the bug
Using Postgres 15.3, with a schema different from the default one (
public
),location
fields cannot be created.This error doesn't seem to happen when using the default
public
schema.Steps to reproduce the behavior
CREATE SCHEMA IF NOT EXISTS strapi;
)strapi-plugin-location
plugin to Strapilocation
fieldExpected behavior
Strapi restarts and the database is updated
Actual behavior
Strapi restart fails with the following error :