Jump to content

Can't view prior pages in thread


Recommended Posts

  • 1 month later...
On 7/9/2022 at 8:03 PM, Indykev said:

I am having the same issue now. Why has this not been fixed. Just asking for a couple of hundred friends.

 

18 hours ago, rico said:

Just had the issue on my iPhone.

You guys may have picked up a virus from a porn site.  

  • Haha 1
Link to comment
Share on other sites

  • 1 month later...

I'm having the same issues I had a while back. Can't use the "prev" "next" button to navigate pages in a thread, and can't embed a link to another site...

Signed out, cleared cache, and tried all of the things that had worked previously... No joy... 

This is on my phone. Haven't tried the laptop yet. 

Edited by IUFLA
Link to comment
Share on other sites

19 hours ago, Reacher said:

I've been having this issue for a week or so. Cleared cache and cookies and re signed in but to no avail. Can't view numbered pages or the next page.  This is on my desktop. I have to back out to the topic listing and click the page from there.

Did the same on my phone. Can't go to next or previous page, nor select a page to go to. Links do not embed correctly.

On my laptop, I have no issues, but I rarely use that. 

Link to comment
Share on other sites

  • 3 months later...
On 11/30/2022 at 11:58 PM, Bustinchops said:

Since nobody has posted since August it must have gotten fixed for most. This only recently started happening to me. I've tried using edge but that didn't help either. It happens on both my phone and laptop. Does anybody know how to fix this?

Everything works for me using Edge(knock on wood).  Chrome?  All kinds of issues.

Link to comment
Share on other sites

I will repeat that I don't think it's totally on the browser.  I have two laptops I use with varying frequency (both HP).  On my main one, the primary browser is Edge, and I have no problems.  My other laptop, I rarely use unless I'm working from home, and the primary browser used is Chrome.  If the wife has my other laptop, and I need a HSN fix, I will use that one.  I have no problems with Chrome either. 

On my phone (a Samsung Galaxy), I use Chrome, and I don't have issues there either.  

I run limited apps on all three devices, so there is not much to interfere with the performance of my device.  I think that's the issue.  It's not your browser.  It's something else you have downloaded that is interfering with HSN.  

  • Like 1
Link to comment
Share on other sites

14 hours ago, 5fouls said:

I will repeat that I don't think it's totally on the browser.  I have two laptops I use with varying frequency (both HP).  On my main one, the primary browser is Edge, and I have no problems.  My other laptop, I rarely use unless I'm working from home, and the primary browser used is Chrome.  If the wife has my other laptop, and I need a HSN fix, I will use that one.  I have no problems with Chrome either. 

On my phone (a Samsung Galaxy), I use Chrome, and I don't have issues there either.  

I run limited apps on all three devices, so there is not much to interfere with the performance of my device.  I think that's the issue.  It's not your browser.  It's something else you have downloaded that is interfering with HSN.  

I'm not sure that's true...I think it's something with the website for the following reasons...

Btown Banners is run off of the same platform as HSN (Invision). I've never had a problem there paging, embedding, linking, or posting photos...

On my laptop, I can use Edge without issues. Chrome I have all of the issues noted above.

On my phone (Pixel 6 Pro) I have the issues with both Edge and Chrome. I've checked extensions, permissions, cookies, site data, and everything else I could control through whatever browser I'm using. They all look the same.

I wish I knew more about HTML and Javascript, but not my area of computer expertise...

  • Like 1
Link to comment
Share on other sites

7 minutes ago, rico said:

That stuff is above my pay grade.

I think there's an issue with certificates. Trying to go from an https (secure page) to what the browser is interpreting as an unsecured page (http)...

There are free sites out there that evaluate web server issues...But you have to be the owner of the site to run them...

  • Thanks 1
Link to comment
Share on other sites

52 minutes ago, IUFLA said:

I'm not sure that's true...I think it's something with the website for the following reasons...

Btown Banners is run off of the same platform as HSN (Invision). I've never had a problem there paging, embedding, linking, or posting photos...

On my laptop, I can use Edge without issues. Chrome I have all of the issues noted above.

On my phone (Pixel 6 Pro) I have the issues with both Edge and Chrome. I've checked extensions, permissions, cookies, site data, and everything else I could control through whatever browser I'm using. They all look the same.

I wish I knew more about HTML and Javascript, but not my area of computer expertise...

But, if it's Chrome, why don't I have problems with Chrome?

Link to comment
Share on other sites

Just now, IUFLA said:

I wish I knew...Lot of interaction between servers and browsers...As I said, BTown Banners runs on Invision too, and I've never had an issue with any browser over there...

Guess we just have to have faith in @HoosierFaithful :) 

I still see it as a three-way thing

Chrome + Random App + HSN = issues 

Chrome + HSN with no random App = No problems

And, it could be a very common App.  Seriously, I shun all the technology I can, so I'm sure most on here have a multitude of very common apps that I don't.  And, it's worth noting that I don't believe @IU Scotthas any issues either.  So, two guys still living in the 80's are perfectly fine, while people trying to live in the present have all these issues.  Is that a coincidence, or a clue?

 

Link to comment
Share on other sites

image.png.a4f0ccfec6cb7f74102a54935de88063.png

Description
A http link within a VF page can't be loaded on Chrome. There is a error like, "This request has been blocked; the content must be served over HTTPS" in the Console on Chrome developer tool.

Full Error:
Mixed Content: The page at 'https://xxx.com/apex/xxx' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://xxx.com/xxx'. This request has been blocked; the content must be served over HTTPS.

Steps to Replicate:
Create a page over HTTPS and make a request for HTTP Endpoint.
Resolution

Chrome has a security feature to block insecure content (HTTP) which is being loaded via a secure page (HTTPS). In order to avoid this error, the content being loaded must be in secure form (HTTPS).

If your web app is being hosted over HTTPs as you've indicated, then all external resources it is consuming (CDN, scripts, CSS files, API calls) should also use SSL and be secured through HTTPs. Think about it. It would defeat the purpose of your app being secure, if your app was in turn making insecure requests to an API.

You can either therefore:

  1. As Chrome suggests, change your API calls to use HTTPs (recommended)

  2. Use HTTP instead of HTTPs

  3. Add the following meta tag to your <head> element in your HTML:

    <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />

It's not an app causing that error...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...