Dolphiq / craft3-plugin-sitemap

A craft 3 plugin that provides an easy way to enable and manage an XML sitemap for search engines like Google
MIT License
28 stars 18 forks source link

An enabled channel gets disabled whenever code is re-deployed. #64

Open ricdev opened 9 months ago

ricdev commented 9 months ago

Hi, I'm encountering the following issue on admin/settings/sitemap:

  1. 'Single pages' was created.
  2. Went to admin/settings/sitemap and enabled the 'Single pages' channel.
  3. Config was save, everything looks fine.
  4. After a week, new fixes were deployed in the site.
  5. Visited admin/settings/sitemap, 'Single pages' were disabled.
  6. We've enabled it again, Config was save, everything looks fine.
  7. After a week, new fixes were deployed in the site.

Screen Shot 2023-12-05 at 3 08 25 PM

Old enable channels are still active, 'Single pages' channel is the only one that keeps reverting back to its disabled state.

I am are using version 1.3.2.

Screen Shot 2023-12-05 at 3 08 00 PM

Please advise on what actions to take. Thank you!