Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

NodeBB

  1. Home
  2. General Discussion
  3. test message with link out to another nodebb

test message with link out to another nodebb

Scheduled Pinned Locked Moved General Discussion
7 Posts 2 Posters 2 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • astro-what@community.nodebb.orgA
    astro-what@community.nodebb.orgA
    astro-what@community.nodebb.org
    wrote on last edited by
    #1

    Are you testing unfurling?

    https://xenforohelp.com

    https://ideologycentral.com

    1 Reply Last reply
    0
    • astro-what@community.nodebb.orgA
      astro-what@community.nodebb.orgA
      astro-what@community.nodebb.org
      wrote on last edited by
      #2

      What is weird is that the first one is on the same server as the second one, and the OG image is available.
      https://ideologycentral.com/assets/uploads/system/og-image.jpg
      As is the favicon.
      https://ideologycentral.com/assets/uploads/system/favicon.ico

      It may be something in my vhost definition I need to look at or possible CF cache.

      1 Reply Last reply
      0
      • astro-what@community.nodebb.orgA
        astro-what@community.nodebb.orgA
        astro-what@community.nodebb.org
        wrote on last edited by
        #3

        Let's see about now. Had a CF rule to have both those images not be cached in CF, which should send it direct to the server. Seems that a 403 is being returned.

        https://ideologycentral.com

        Now will do one to my astrophotography site (XF) that I know works.

        https://astrowhat.com

        1 Reply Last reply
        0
        • astro-what@community.nodebb.orgA
          astro-what@community.nodebb.orgA
          astro-what@community.nodebb.org
          wrote on last edited by
          #4

          Yeah, there are some issues. But even XF has issues with unfurling at times.

          1 Reply Last reply
          0
          • astro-what@community.nodebb.orgA
            astro-what@community.nodebb.orgA
            astro-what@community.nodebb.org
            wrote on last edited by
            #5

            Should be open now in the nginx vhost config.
            Added

            if ($request_method = OPTIONS ) {
                        add_header 'Access-Control-Allow-Origin'  '*';
                        add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS, HEAD';
                        add_header 'Access-Control-Allow-Headers' 'Authorization, Origin, X-Requested-With, Content-Type, Accept';
            
                        return 200;
                    }
            
                    if ($request_method ~* '(GET|POST)') {
                        add_header 'Access-Control-Allow-Origin' '*';
                    }
            

            Let's see.

            https://ideologycentral.com

            1 Reply Last reply
            0
            • astro-what@community.nodebb.orgA
              astro-what@community.nodebb.orgA
              astro-what@community.nodebb.org
              wrote on last edited by
              #6

              @baris said in test message with link out to another nodebb:
              > Those are likely CORS issues, this is from the network tab of chrome when trying to load images from ideologycentral.

              The weird thing is, both use the same vhost definition of the NodeBB sites. They are just set to use different ports.

              1 Reply Last reply
              0
              • baris@community.nodebb.orgB
                baris@community.nodebb.orgB
                baris@community.nodebb.org
                wrote on last edited by
                #7

                @Astro-What could be yeah

                1 Reply Last reply
                0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                Powered by NodeBB Contributors
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups