Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_TOO_MANY_REDIRECTS on fresh install #483

Open
palbrecht1 opened this issue Aug 8, 2024 · 1 comment
Open

ERR_TOO_MANY_REDIRECTS on fresh install #483

palbrecht1 opened this issue Aug 8, 2024 · 1 comment

Comments

@palbrecht1
Copy link

palbrecht1 commented Aug 8, 2024

How to replicate:

  • open any new folder (I'm using Mac OS)
  • brand new folder
    npx create-nextron-app@latest my_app --example with-tailwindcss
    cd my_app
    npm install && npm run dev
    CleanShot 2024-08-09 at 00 32 38
    CleanShot 2024-08-09 at 00 32 56
@liuliu-dev
Copy link

i had the same issue, clear cache after the app is ready solves the problem.

 await app.whenReady();
  const session = require("electron").session;
  session.defaultSession.clearCache();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants