Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Max 76 posts 432 karma points
    Oct 28, 2016 @ 14:59
    Max
    0

    Grid Editor - Custom View 403 Forbidden

    I created a packackage manifest and dummy view and when I try to add content I get this error:

    Authorization error: Unauthorized access to URL: /App_Plugins/Grid/LandingHighlightBuilder/LandingHighlightBuilder.view.cshtml

    {
      "gridEditors":
      [
        {
          "name": "Landing Highlight Builder",
          "alias": "landingHighlightBuilder",
          "view": "/App_Plugins/Grid/LandingHighlightBuilder/LandingHighlightBuilder.view.cshtml",
          "icon": "icon-picture",
          // "render": "/App_Plugins/Grid/LandingHighlightBuilder/LandingHighlightBuilder.render.cshtml"
        }
      ]
    }

    My view.cshtml (dummy file just to see what it looks like):

    < textarea> Text here... < / textarea>

  • Max 76 posts 432 karma points
    Oct 28, 2016 @ 17:55
    Max
    101

    figured it out. The view has to be an html file....not cshtml...

  • Daniel Jensen 28 posts 159 karma points
    Jul 10, 2017 @ 09:50
    Daniel Jensen
    0

    I was having a struggle trying to google my way to this problem. And it seems I did the same mistake as you did. Thank you :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies