When deploying Dynamic structures, CloudDeploy successfully creates a CloudObject. Likewise, upon execution a url is successfully launched and objects are displayed but an error message "Interactivity is not enabled" is generated. How do I enable interactivity or otherwise fix the problem? here is an example.
CloudDeploy@ DynamicModule[{x}, Row[{Slider[Dynamic[x], {-[Pi], [Pi]}], Spacer[25], Dynamic[x]}]]