This topic contains 1 reply, has 0 voices, and was last updated by Olivier Gagnon NC 8 years, 3 months ago.

  • Author
    Posts
  • #6260

    nameunknown01

    Hi everyone,

    I’ve done this a thousand times and never had an issue. for some reason this week when either in a customers account or on our own test account I keep getting the ” You do not have privileges to view this page” error on every page view.

    ive done the settings correctly as I have done, the scripts is extremely basic.

    function websiteMakes(request,response)

    {

    response.write(‘this is working’);

    }

    Its defined correctly as a suitelet and all the deployment permissions are set correctly, see attached screenshot. but for some reason, no errors just the message

    You do not have privileges to view this page

    Any tips or reasons as to why this is happening all of a sudden would be greatly appreciated
    This is a cached copy. Click here to see the original post.

  • #6261

    Olivier Gagnon NC

    Clear everything but the All Roles checkbox and try again.

    Aside from that, what’s calling the suitelet? Are you just clicking on the link to test it out?


    nameunknown01 replied on 08/05/2016, 04:40 PM: Your tip resolved the problem. The strange thing is, in all the suitelets ive written Ive always followed this very same process. So I followed your tip, and it worked. But then for consistency, Ive reverted the settings back to my normal process and it too has continued to work.

    1 of the many quirks in this platform. – all is good

    In response to what is calling it. Initially in my tests to validate it was working i ran just the link, but generally its a remote server side request or JSONP request.

    many thanks as I was bashing my head against a wall for this one

You must be logged in to reply to this topic.