test message with link out to another nodebb
-
-
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.icoIt may be something in my vhost definition I need to look at or possible CF cache.
-
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.
Now will do one to my astrophotography site (XF) that I know works.
-
Yeah, there are some issues. But even XF has issues with unfurling at times.
-
Should be open now in the nginx vhost config.
Addedif ($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.
-
@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.
-
@Astro-What could be yeah
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