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

Got 'ERR_TOO_MANY_REDIRECTS' after refreshing extension page #2

Closed
foqq opened this issue Apr 12, 2019 · 11 comments
Closed

Got 'ERR_TOO_MANY_REDIRECTS' after refreshing extension page #2

foqq opened this issue Apr 12, 2019 · 11 comments
Assignees
Labels

Comments

@foqq
Copy link

foqq commented Apr 12, 2019

chrome-extension://hkedbapjpblbodpgbajblpnlpenaebaa/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/index.html?route=/

This page isn’t working hkedbapjpblbodpgbajblpnlpenaebaa redirected you too many times.

Try clearing your cookies.

ERR_TOO_MANY_REDIRECTS

@cars10 cars10 self-assigned this Apr 12, 2019
@cars10
Copy link
Owner

cars10 commented Apr 12, 2019

Hi, i cannot reproduce the issue. Can you please tell me the following:

  • Browser version
  • Elasticvue version (see the footer or visit chrome://extensions/ )
  • On what page where you when you tried to refresh?

@foqq
Copy link
Author

foqq commented Apr 15, 2019

Hi, thanks for reply!

Following is my environment:
OS: macOS mojave 10.14.4
Browser: Google Chrome Version 73.0.3683.103 (Official Build) (64-bit)
Extension: Elasticvue 0.9.2 (Installed from Google Web Store)
Pages: /, /nodes, /indices, /search, ... (all the same)

@cars10 cars10 added bug and removed unconfirmed labels Apr 15, 2019
@cars10
Copy link
Owner

cars10 commented Apr 15, 2019

Thanks for the update. I could not reproduce the issue on linux but i have the same problem on macos and windows. Working on it!

@cars10
Copy link
Owner

cars10 commented Apr 15, 2019

fixed via 6cfb3aa .

The issue should be fixed, thanks for reporting. You can update the extension on chrome://extensions

@cars10 cars10 closed this as completed Apr 15, 2019
@foqq
Copy link
Author

foqq commented Apr 16, 2019

Great job! Thanks for the quick fix.

The latest version in Google Web Store works properly.

@foqq
Copy link
Author

foqq commented Apr 16, 2019

Sorry to boring you again. The web version seems to have similar issue on URL routing. Would you please take a look at it?

@cars10
Copy link
Owner

cars10 commented Apr 16, 2019

Hm, i updated the web version yesterday. Can you please clear your cache and try again? Works for me on linux&windows, no macos here right now.

@foqq
Copy link
Author

foqq commented Apr 16, 2019

I tried v0.10.0. It works fine when running locally with 'yarn serve', however gets 404 on refreshing when deployed and served with nginx.

@cars10
Copy link
Owner

cars10 commented Apr 16, 2019

Hm, can you please try on http://app.elasticvue.com/ ? If it works there then it is an error in your nginx config, sounds like you might be missing the block to route all requests to index.html

location / {
    try_files $uri $uri/ /index.html?$args;
}

@foqq
Copy link
Author

foqq commented Apr 16, 2019

Thanks so much. I did miss the try_files line.

@cars10
Copy link
Owner

cars10 commented Apr 16, 2019

Great! Let me know if you have any other issues.

cars10 added a commit that referenced this issue Apr 18, 2019
cars10 added a commit that referenced this issue Apr 18, 2022
cars10 added a commit that referenced this issue Jun 5, 2022
cars10 added a commit that referenced this issue Jul 23, 2022
cars10 added a commit that referenced this issue Apr 11, 2023
cars10 added a commit that referenced this issue Jun 10, 2023
cars10 added a commit that referenced this issue Apr 23, 2024
cars10 pushed a commit that referenced this issue Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants