- Issue created by @jagraj_singh_gill
- 🇮🇳India jagraj_singh_gill
I created one temporary patch which worked for me. Basically node_type condition was causing issues in Extra settings form and also in Conditional plugin handler. So I ignored that condition and make the code move forward skipping that condition. I tried comparing it with fresh Drupal 10 setup where I was unable to replicate this same issue, there also no node_type condition was coming. So something was fishy with this condition only. So I applied this fix and it worked.
Thank You !!
- Status changed to Closed: works as designed
12 months ago 8:11am 26 November 2023 - 🇭🇺Hungary kecsot Hungary
Looks like an update hook missing if you update from D9 to D10.
- 🇺🇸United States aryosys
The D9 version of this module stores 'node_type' in tawk_to.settings configuration (drush cget tawk_to.settings) and the upgrade from D9 to D10 is not picked up by the module to remove that setting automatically. If your Drupal site crashes after the upgrade, you should be able to visit "admin/config/services/tawk_to/exta_settings" and save the configuration to remove the old entry. If you cannot visit the settings page, you can use drush cset to remove the setting.