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

Docker: Refreshing browser on currently selected tool page results in 404 error[BUG] #297

Closed
RobertD502 opened this issue Mar 28, 2023 · 2 comments · Fixed by #299
Closed
Assignees
Labels
bug Something isn't working

Comments

@RobertD502
Copy link

Describe the bug
Preface: This isn't a critical bug - just something I noticed.

When using any one of the tools, if a user refreshes the page, a 404 page is encountered. Seems to be a configuration that is missing in NGINX for custom locations.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the main page for your it-tools docker container(i.e., domain/ip:port)
  2. Click on any of the tools
  3. Refresh the site in your browser
  4. Results in 404 error

Expected behavior
Return to the tool currently open with default values presented.

Screenshots

Token generator tool page open:

image

Error presented after refreshing current page:

image

Configuration (please complete the following information):

  • Browser Edge Chromium
  • it-tools version: 2.19.0
@RobertD502 RobertD502 added the bug Something isn't working label Mar 28, 2023
@CorentinTh
Copy link
Owner

Thanks for reporting this issue, it's indeed an issue with nginx configuration, I'll fix it

@CorentinTh
Copy link
Owner

The fixing PR is merged, just wait for the new container to be built and pushed to docker hub, and you'll be good to go !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants