Copied to clipboard

Flag this post as spam?

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


  • Amir Khan 1282 posts 2739 karma points
    May 21, 2014 @ 22:19
    Amir Khan
    0

    Glimpse doesn't do anything?

    Hi, I installed Glimpse in a fresh install of 7.1.3, nothing happens when I append the querystring to the URL.

    Am I missing something?


    -Amir

     

  • sami 22 posts 104 karma points
    May 21, 2014 @ 22:36
    sami
    0

    Hi Amir what does it show when you put \Glimpse.axd ?

    /sami

  • Amir Khan 1282 posts 2739 karma points
    May 21, 2014 @ 22:42
    Amir Khan
    0

    Hi Sami, it shows the screen attached. I tried clicking "Turn Glimpse on and see the Cookie "glimpsePlicy" value "on" but still nothing with this ?glimpse7GetCheatSheet=true

     

  • sami 22 posts 104 karma points
    May 21, 2014 @ 23:10
    sami
    0

    Hi Amir your install successful. Maybe it's a css error or your page has no tag.

    try to comment out the line in config/glimpse.config

    <uris>
            <!--<add regex=".*/umbraco/*"/>-->
    </uris>
    

    and check if you see Glimpse in your backend ../umbraco/

  • Amir Khan 1282 posts 2739 karma points
    May 22, 2014 @ 18:29
    Amir Khan
    0

    Hi Sami, still no luck. Am I supposed to be adding something to my views to get it to work?

    What do you mean by has no tag?

  • Amir Khan 1282 posts 2739 karma points
    May 22, 2014 @ 18:46
    Amir Khan
    0

    I didnt' realize that Glimpse is desabled on remote by default, adding this to the config fixed it for me:

    <add type="Glimpse.AspNet.Policy.LocalPolicy, Glimpse.AspNet" />

     

    Thanks!
    Amir

  • Richard Eyres 98 posts 580 karma points
    Jul 04, 2014 @ 10:26
    Richard Eyres
    0

    I am getting the same issue. I have installed the package on a local version and nothing is happening. Typing in Glimpse.axd returns 404. Have i missed installing something? I was under the impression we could just install the package and it would work.

    The package was installed successfully (according to Umbraco). This has been added to a site which does have other packages added - are you aware of any conflicts with other packages?

    Any ideas?

  • Stephen Brewer 9 posts 31 karma points
    Nov 20, 2014 @ 12:24
    Stephen Brewer
    0

    Im having the same problems as Richard. Everything installed and typing /glimpse.axd returns a 404.

    This is on version 6.1.6 of Umbraco.

  • Amir Khan 1282 posts 2739 karma points
    Apr 22, 2015 @ 19:54
    Amir Khan
    0

    Update for v7, you need to adjust the local policy and also uncomment all of the v7 stuff from Glimpse.config.

    Hope that helps someone!
    Amir

  • Glenn 28 posts 101 karma points
    Feb 10, 2016 @ 03:18
    Glenn
    0

    Was tearing my hair out.

    The following fixed.

    <?xml version="1.0" encoding="utf-8" ?>
    <glimpse defaultRuntimePolicy="On" endpointBaseUri="~/Glimpse.axd">
      <tabs>
    
      </tabs>
      <runtimePolicies>
        <ignoredTypes>
          <add type="Glimpse7.GlimpseSecurityPolicy, Glimpse7" />
        </ignoredTypes>
      </runtimePolicies>
      <logging level="Trace" />
    </glimpse>
    

    And then simply go to..

    http://localhost/Glimpse.axd and enable glimpse.

  • sami 22 posts 104 karma points
    Feb 15, 2016 @ 07:37
  • Jay 416 posts 642 karma points
    May 08, 2017 @ 16:29
    Jay
    0

    I've used the above Glimpse7.dll and I'm able to render the page with the url /glimpse.axd and I'm able to click to turn on Glimpse.

    But I keep getting no data as below. Any idea? enter image description here

    When I check my console, i get not found on the belowenter image description here

    Any idea?

Please Sign in or register to post replies

Write your reply to:

Draft