hlongvu/phoenix_meta_tags

Error thrown if no meta specified in controller even if set in config

Closed this issue · 4 comments

Hi,

I noticed that if no meta are defined in the controller any page will throw an error even if there are default meta in the config.
screenshot 2018-11-27 at 10 59 01

thanks for your feedback, which version of the library are you using right now?
Please ensure that the library is now at ">= 0.1.3" and the default meta in the config should have keys are Atom

I am using 0.1.3 and the default are the one from your example

Thanks, please update to the recent version by github link

 {:phoenix_meta_tags, git: "https://github.com/hlongvu/phoenix_meta_tags.git", tag: "0.1.4"}

Re-run mix deps.get, mix compile and mix phx.server. I'll update the hex package soon

It's working as intended.

Thank you for your fast response.