Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

HSTS issue on vercel deployed app

  • 11 பதிலளிப்புகள்
  • 0 இந்த பிரச்னைகள் உள்ளது
  • 91 views
  • Last reply by Muhammad Fikri Syahid

Hello,

I deployed my NextJS app on Vercel, but I cannot access my deployed app through firefox because of HSTS.

I tried to access several sites with domain .vercel.app but the issue persists.

I can access all sites with ".vercel.app" domain just fine on other browsers except Mozilla Firefox.

I already looked for solution on the internet such as:

  1. Removing entry on SiteSecurityServiceState.txt
  2. Forget site
  3. Clear browser cache & history
  4. Restart browser

Any help will be appreciated.

Thank you for your time and attention.

Hello, I deployed my NextJS app on Vercel, but I cannot access my deployed app through firefox because of HSTS. I tried to access several sites with domain ''.vercel.app'' but the issue persists. I can access all sites with ".vercel.app" domain just fine on other browsers except Mozilla Firefox. I already looked for solution on the internet such as: # Removing entry on SiteSecurityServiceState.txt # Forget site # Clear browser cache & history # Restart browser Any help will be appreciated. Thank you for your time and attention.
Attached screenshots

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can check the connection settings.

  • Settings -> General -> Network: Connection -> Settings

If you do not need to use a proxy to connect to internet, select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.

See "Firefox connection settings":

Read this answer in context 👍 1

All Replies (11)

It works for me and looks good on SSL Labs.

Does it still happen in a new profile? An easy way to test a new profile is to install Developer Edition and see if it happens there or refresh your existing profile.

zeroknight said

It works for me and looks good on SSL Labs. Does it still happen in a new profile? An easy way to test a new profile is to install Developer Edition and see if it happens there or refresh your existing profile.

Thanks for replying, I tried all the things you mentioned but it still didn't work sadly.

The firefox developer edition was freshly installed but it still shows the same error. The new profile and refreshing my profile also didn't work as well as incognito tab.

Hi

Can you use this app?:

https://octoart.vercel.app/

Paul said

Hi Can you use this app?: https://octoart.vercel.app/

Sadly no, it's the same result. You can see the result on the attached screenshot.

Additional info:

  1. I clicked "Advanced..." button and it showed me some certification error. Please take a look at the screenshot given.
  2. I tried to disable HSTS by accessing about:config and setting network.stricttransportsecurity.preloadlist to false. Then, I access several .vercel.app sites with incognito mode and I found out that all .vercel.app is being blocked by internetpositif.id for some reason.

I don't understand why it's being disabled only on Mozilla Firefox. What I understand is, if it's actually being blocked by Indonesia government then I shouldn't be able to access .vercel.app sites through all browsers.

Muhammad Fikri Syahid மூலமாக திருத்தப்பட்டது

That site opens fine for me.

If access is being restricted by a government body, there is not much we can do to assist.

Try to set this pref:

  • about:config => security.enterprise_roots.enabled = true

Paul said

That site opens fine for me. If access is being restricted by a government body, there is not much we can do to assist.

I see, thank you for your help

cor-el said

Try to set this pref:
  • about:config => security.enterprise_roots.enabled = true

I tried setting it to true and access the sites through incognito mode. Still the same result though.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can check the connection settings.

  • Settings -> General -> Network: Connection -> Settings

If you do not need to use a proxy to connect to internet, select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.

See "Firefox connection settings":

cor-el said

You can check the connection settings.
  • Settings -> General -> Network: Connection -> Settings
If you do not need to use a proxy to connect to internet, select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly. See "Firefox connection settings":

Hello, thanks for replying

Setting the proxy to "No Proxy" doesn't seem to fix the issue.

But I managed to fix it by setting the DNS manually using cloudflare.

Thank you for your help