Title: WordPress Interactivity Issue
Last modified: June 12, 2024

---

# WordPress Interactivity Issue

 *  Resolved [WP Dev](https://wordpress.org/support/users/naveedalam/)
 * (@naveedalam)
 * [2 years ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/)
 * I am getting the below errors after updating to WordPress 6.5.
 * An import map is added after module script load was triggered.
   test/:1 Uncaught
   TypeError: Failed to resolve module specifier “@wordpress/interactivity”. Relative
   references must start with either “/”, “./”, or “../”.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwordpress-interactivity-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17557778)
 * This problem may be a plugin or theme conflict. Please attempt to deactivate 
   all plugins and switch to the default Twenty Twenty-Three theme. If the problem
   goes away, re-activate them one by one to identify the source of the problem.
 * If you can install plugins, install [Health Check](https://wordpress.org/plugins/health-check/).
   On the troubleshooting tab, you can click the button to deactivate all plugins
   and change the theme for you while you’re still logged in **without affecting
   normal visitors to your site**.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17729228)
 * Have any of you folks tried these steps yet? [https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17557778](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17557778)
 *  [JBGR](https://wordpress.org/support/users/thebaumgartler/)
 * (@thebaumgartler)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17729235)
 * [@macmanx](https://wordpress.org/support/users/macmanx/) I’ve performed the tests
   using a fresh install of WordPress on the Twenty-Twenty-Four theme not Twenty-
   Twenty-Three as I am a block theme developer and use FSE throughout my sites.
   This has been tested with just that theme and 0 plugins. I am also still experiencing
   it on the WordPress Developer Blog site.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17729808)
 * Which version of PHP?
 * Keep in mind that PHP 8.3 is not yet fully supported: [https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/](https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/)
 *  [JBGR](https://wordpress.org/support/users/thebaumgartler/)
 * (@thebaumgartler)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17731895)
 * My original tests were done using PHP 8.1.27 but I am also able to reproduce 
   the issue on PHP 7.4.33.
 * It only seems to affect the first time the page is loaded and subsequent reloads
   are not affected, clearing cache between reloads or otherwise.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17732085)
 * Do you have the same problem with the caching system completely disabled?
 * Also, what are you using for your cache?
 *  [JBGR](https://wordpress.org/support/users/thebaumgartler/)
 * (@thebaumgartler)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17736826)
 * Sorry I wasn’t clear enough I was just clearing my browser cache in testing the
   issues.
 * The clean installation that I have been performing tests on does not have any
   Memcached Object Caching or Page Caching setup (typically I use WP-Super-Cache)
   but I wanted these tests to be done on as clean an installation as possible. 
   On production websites where we see the issue some are using Memcached Object
   Caching, WP-Super-Cache or both.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17736858)
 * Sorry, does that mean you also see the issue on the cache-less sites? If so, 
   please report that following these steps: [https://make.wordpress.org/core/handbook/testing/reporting-bugs/](https://make.wordpress.org/core/handbook/testing/reporting-bugs/)
 * If you only see the problem on the cached sites, you’ll need to report the issue
   to the caching plugin causing the problem.
 *  [JBGR](https://wordpress.org/support/users/thebaumgartler/)
 * (@thebaumgartler)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17741789)
 * On cache-less sites and sites that use object cache and page cache. I made sure
   for testing purposes for this post that I was testing on a clean install with
   a default theme, no plugins and no extra server-side caching such as memcached.
   I’ll submit a bug report!
 *  [HW](https://wordpress.org/support/users/hannahmwool/)
 * (@hannahmwool)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17748172)
 * I am having this issue on iPhone 13 pro max only on safari and chrome and i can
   see it affect the menu and other JS functions when the notice pops up on inspector
   when testing.
 *  [JBGR](https://wordpress.org/support/users/thebaumgartler/)
 * (@thebaumgartler)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17784177)
 * Boy howdy am I glad that I didn’t submit a bug report for this. I’ve managed 
   to identify a conflict with one of my browser extensions that is causing this
   importmap issue. If I go through my same testing procedure (using the WordPress
   Developer Blog as the example site) then I do not trigger the error. If I re-
   enable the extension and perform my testing procedure (open a new tab, open the
   JS console, load the developer blog) then I am able to produce the error 100%
   of the time. Refreshing the same tab eliminates the error but a fresh tab always
   produces it with my extension enabled.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘WordPress Interactivity Issue’ is closed to new replies.

## Tags

 * [interactivity](https://wordpress.org/support/topic-tag/interactivity/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 7 participants
 * Last reply from: [JBGR](https://wordpress.org/support/users/thebaumgartler/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/wordpress-interactivity-issue/#post-17784177)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
