raykeating / strapi-location-field-plugin

A Strapi plugin to enable a custom location field with autocomplete input
MIT License
21 stars 7 forks source link

after adding the location field from custom field its not showing #8

Closed ghost closed 1 year ago

screenpunch commented 1 year ago

Same for me.

I've added the Custom content type..

image

When I create an Entry, I have no Location option..

image
screenpunch commented 1 year ago

Opps, my issue was that I missed the env() in googleMapsApiKey: env("GOOGLE_MAPS_API_KEY"), and pasted my key between the parenthesis. Try adding GOOGLE_MAPS_API_KEY=AABBCC to your .env file instead.

ouipark commented 1 year ago

It still not working for me Capture d’écran 2023-10-01 à 18 03 07

ouipark commented 1 year ago

We are solved the problem sorry by "yarn build" project to showing custom field on Strapi v4,14,0

raykeating commented 1 year ago

Yes, you do need to build the project before the field will appear. Just added it to the docs