strapi-plugin-postgis icon indicating copy to clipboard operation
strapi-plugin-postgis copied to clipboard

Error in admin runtime after installing plugin in Strapi 4.5 application

Open simb opened this issue 2 years ago • 9 comments

I just setup a fresh install of Strapi 4.5. Everything was working but I have not created any collections other than those included in the quickstart.

After installing strapi-plugin-postgis 0.1.7 and starting up the local server again I am having issues. The server compiles the admin UI and the application http interface is working. But when I access the admin I just get a white screen. Checking the Chomr developer console I see this error:

Uncaught TypeError: Cannot set property GenericInput of #<Object> which has only a getter

Removing the package from package.json and node_modules and building the admin UI removes the error.

simb avatar Nov 15 '22 18:11 simb