Code Monkey home page Code Monkey logo

Comments (5)

svilenmarkov avatar svilenmarkov commented on August 19, 2024

Hey,

Could you check the network tab in the developer tools and look at the response for that request? What status code is it returning, what headers, is there a X-Frame-Options header returned that might be preventing that page from being embedded?

from glance.

Rom0067 avatar Rom0067 commented on August 19, 2024

I am really dont know much about alot of this stuff so I apologize in advance. Thank you for responding!

After looking around where you suggested in the dev console I found a few things:

  1. chrome-error://chromewebdata/:1 Refused to display 'https://kuma.mydomain.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
  2. I believe I found the status code of 200 OK
  3. I also found a different error: Blocked autofocusing on a element in a cross-origin subframe. However I am not entirely sure that is related but I assumed it was.
  4. Lastly when I visit my glance instance on a laptop instead of mobile the error in the iframe is different then on mobile:

image_2024-06-10_214712343

Again thank you for helping. I understand Glance is still in the oven and if I need to remove the iframe all together I am definitely ok with that.

from glance.

svilenmarkov avatar svilenmarkov commented on August 19, 2024

Thanks for providing all that info. The first error seems to be the cause:

Refused to display 'https://kuma.mydomain.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

Basically, Uptime Kuma is configured so that it prevents any pages which aren't on the same domain from displaying it in an iframe. There isn't really anything I can do within Glance to change this, however fortunately Uptime Kuma provides an easy way of disabling this behavior via setting the environment variable UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN=1. How you set this variable depends on your method of installation, however I'm assuming that's something you'd be able to figure out.

from glance.

Rom0067 avatar Rom0067 commented on August 19, 2024

Well Im not going to lie my brain hurts! I have not had to configure an .env file yet in my new journey with selfhosting but I managed! Thank you for addressing an issue that didnt have anything to do with Glance!

Screenshot 2024-06-10 230323

isnt she pretty?!

from glance.

svilenmarkov avatar svilenmarkov commented on August 19, 2024

Nicely done, happy to hear you managed to sort it out!

from glance.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.