geta-notfoundhandler icon indicating copy to clipboard operation
geta-notfoundhandler copied to clipboard

Sandbox App Broken

Open jaymarvels opened this issue 1 year ago • 0 comments

Has anyone else found that the sandbox app is really janky?

Trying to add some new features to contribute but just getting the sandbox foundation to run is a headache. Missing build scripts, missing files in the App_data.

Finally got them sorted and now there is an issue with the MenuProvider where it cannot find the correct module:

ArgumentException: Unable to find a module by assembly 'Geta.NotFoundHandler.Optimizely,

Geta.NotFoundHandler.Optimizely.MenuProvider.GetMenuItems() in MenuProvider.cs
+
            var url = Paths.ToResource(GetType(), "container");
System.Linq.Enumerable+SelectManySingleSelectorIterator<TSource, TResult>.MoveNext()

Would love to contribute as its open source, but come on, it needs to be working at point of cloning.

jaymarvels avatar Jun 19 '24 21:06 jaymarvels