Web Browser Module Not Loading

I've installed Web Browser Module
5.1.37.2024013011 and I have Ignition Version: 8.1.33 (b2023101913). When I open the designer the module is not showing under Vision. When I look at the output console I see this.

12:40:28.266 [Designer-Startup] INFO designer.main - Starting module: Web Browser [+5216]
12:40:28.358 [Designer-Startup] ERROR designer.main - Error starting up module Web Browser
java.lang.NoSuchMethodError: 'com.inductiveautomation.ignition.designer.model.DesignerModuleHook com.inductiveautomation.ignition.designer.model.DesignerContext.getModule(java.lang.String)'
	at com.inductiveautomation.webbrowser.designer.DesignerHook.startup(DesignerHook.java:43)
	at com.inductiveautomation.ignition.designer.IgnitionDesigner$LoadedModule.startup(IgnitionDesigner.java:1986)
	at com.inductiveautomation.ignition.designer.IgnitionDesigner.startupModule(IgnitionDesigner.java:1198)
	at com.inductiveautomation.ignition.designer.IgnitionDesigner.lambda$loadProject$9(IgnitionDesigner.java:1016)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
	at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source)
	at com.inductiveautomation.ignition.designer.IgnitionDesigner.loadProject(IgnitionDesigner.java:1015)
	at com.inductiveautomation.ignition.designer.IgnitionDesigner$StartupProjectDialogHandler.lambda$new$2(IgnitionDesigner.java:2050)
	at java.base/java.lang.Thread.run(Unknown Source)

Do I need a different module version or is something else going on here?

image

You cannot mix and match IA module versions. You must use the version that matches the platform.

Uninstalled incorrect version and installed correct version. It now works. Thank you.