], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

This time, it’s an NXT Live on The CW event, which was scheduled to take place on June 9, 2026. For those unaware, WWE & CW Network are in a multi-year deal about broadcasting NXT Premium Live events and weekly shows exclusively on their platform.

So, the sports entertainment juggernaut had announced an NXT Live on the CW at Lowell Memorial Auditorium. WWE cited ‘unforeseen circumstances’ as the reason behind calling off the show.

Additionally, the Lowell Memorial Auditorium’s official site has removed this event from its upcoming shows listing. This asserts that the show is no longer taking place.

The company had sent an email to the fans who booked tickets for the show due to this cancellation. In addition, they revealed that the refund would be processed within 21 days to the original payment method.

“Due to unforeseen circumstances, WWE Presents NXT Live on the CW at Lowell Memorial Auditorium originally scheduled for Tuesday, June 9, has been cancelled.”

Shawn Michaels delivered a MAJOR announcement tonight! NXT PLEs have found their new home starting this summer! They move to Broadcast TV for the first time ever! Live on The CW!!! #WWENXT

The likes of Joe Hendry, Jacy Jayne, Ethan Page, Blake Monroe, and more were advertised for this event. However, it’s a big disappointment for those who booked their tickets. Shawn Michaels has yet to break his silence on the news.


When & where does WWE NXT Live take place next?

Though this NXT Live on the CW is now officially canceled, the company is set to host a major NXT Live show soon. It’s announced that the Buffalo Riverworks, Buffalo, New York, will host an event on May 15, 2026.

Already, the Stamford-based promotion is advertising current NXT Champion Tony D’Angelo, NXT Women’s Champion Lola Vice, Kendal Grey, Shiloh Hill, and Jaida Parker on their official website.

It remains to be seen how things will unfold in the upcoming months and what the future holds for the NXT live events.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-just-in-wwe-cancels-major-upcoming-show?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…







Read the full article here

Leave A Reply

Exit mobile version