You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this! You're totally right. Actually, I believe this should be solved in the Interactivity API, in the navigate function we are using. This way, any multisite using a subdirectory will work by default. I've opened a new issue to discuss it. Feel free to share your thoughts there 🙂
This happens on Multisite installations et al.
https://github.com/WordPress/wp-movies-demo/blob/main/src/blocks/interactive/movie-search/view.js
await navigate('/${url.search}${url.hash}')
andawait navigate('/')
should include the actual Site URL.The text was updated successfully, but these errors were encountered: