Website infinitely reloads
See original GitHub issueI was actively developing my new website with fresh and suddenly after some unrelated changes the production website stopped loading. I looked into the console of my server and saw this:
Deno requests run access to "/root/.cache/esbuild/bin/esbuild-linux-64@0.14.39" Run again with --allow-run to bypass this prompt. Allow? [y/n (y = yes allow, n = no deny)]
After allowing 3 times the website started to glitch, reload forever, website wasnt useable anymore. What could be the issue? Just installed deno and fresh today, no extra dependencies besides tailwind.
My task, that I run is:
deno run --allow-env --allow-read --allow-net main.ts
My code is also publically available here on github: yurtemre_deno.
Thanks and hopefully we will find a fix!
Issue Analytics
- State:
- Created a year ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Pages on the website are stuck in a constant reload loop.
the page went in to the infinite reload loop again. I tried to revoke the permissions of googletagservices and it made no difference....
Read more >Websites show a spinning wheel and never finish loading
This article explains what to do when specific websites (not all) start to load, but never finish (i.e. the tab displays a spinning...
Read more >Infinite Refresh | WordPress.org
First i have a question: Refresh interval what means? This module will refresh the page automatically? o only when i press force refresh?...
Read more >how do I stop infinite reload loops? ...and more issues. - Reddit
problem one: infinitely reloading various websites, ranging from google.com to e621.net and many more. problem two: whenever I paste ...
Read more >Why does a webpage keep reloading? - Quora
It reloads because someone has deliberately - or accidentally - coded it to reload. There are many ways to do this. It may...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Newest version, v1.23.2.
Issue still occurs when I rebuild my website after some changes, please look into it. My repo is here: yurtemre_deno Only has reload issue after pushing to production ? idk how that works to be honest.
run via
deno task run