Hi! I am deploying an SPA (https://venerable-unicorn-1d4ef2.netlify.app/)
and some times when i first the site enter i have to hard refresh the website because i get a blank screen
This is the console error:
And i do use a netlify.toml:
[[redirects]]
from = "/.well-known/assetlinks.json"
to = "/well-known/assetlinks.json"
status = 200
[redirects.headers]
cache-control = "no-store"
[[headers]]
for = "/well-known/assetlinks.json"
[headers.values]
Content-Type = "application/manifest+json"
[[headers]]
for = "/manifest.webmanifest"
[headers.values]
Content-Type = "application/manifest+json"
[[headers]]
for = "/assets/*"
[headers.values]
cache-control = '''
max-age=0,
no-store,
must-revalidate'''
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[build]
command = "npm run build"
publish="/dist"
base = ""
type or paste code here
Again. is not a persistent issue and it just happens SOME TIMES when i enter after a while. is not an isolated thing since it has been reported to me by other people
I tried clearing the cache and deploy, adjusting the toml… But nothing worked