notum-cz / strapi-plugin-location

This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their location.
MIT License
24 stars 13 forks source link

No able to see the location custom type #41

Closed qmidy closed 1 year ago

qmidy commented 1 year ago

Bug report

Hi,

Thanks for your work !

Describe the bug

After installing the plugin : image

image

It seems to be well installed, but i can't see any location custom type in the content manager :

image

Steps to reproduce the behavior

  1. Generate new empty strapi project on PostgreSQL with PostGIS installed
  2. Add the plugin

image

  1. I'm not able to use the custom type image

Expected behavior

be able to use the custom type

System

Additional context

I also try to modify the json directly by adding the custom type on a field named location but the create page was loading indefinitely and i can't see the content manager which showed a blank page.

I'm ok to check the code, if you can tell me where i must take a look to eventually fix it (i already put a lot of console.log in the node_module)

qmidy commented 1 year ago

Fixed after updating to 4.13.3... Shame on me :(

omikulcik commented 1 year ago

Hi @qmidy, no worries. Happy that you have solved it :) I guess this issue is to be closed then.