offset-dev / strapi-calendar

Visualize your Strapi content in month, week or daily view
36 stars 13 forks source link

Calendar settings disappeared from strapi dashboard #31

Closed greeneyz closed 1 year ago

greeneyz commented 1 year ago

Calendar settings disappeared from strapi dashboard in localhost. The project is deployed and in production it is showing the calendar settings but in localhost it is not showing anymore although the plugin is installed. Strapi version: 4.11

LuisRodriguezLD commented 1 year ago

Interesting behavior. I just tried it on an empty project and it works fine on my end.

Try updating the strapi version but it that doesn't work:

  1. do you mean the menu link is not showing or the settings themselves?
  2. can you access directly? eg http://localhost:1337/admin/settings/calendar
  3. does your prod and local versions use the same db/config?
Kapcash commented 1 year ago

I can't reproduce on local either. I just installed the plugin and indeed, the calendar wasn't visible on local at first, because I forgot to run strapi build before running it.

LuisRodriguezLD commented 1 year ago

I'm closing this, It's been over a month. Feel free to reopen if the issue persists.