httptoolkit / httptoolkit-ui

The UI of HTTP Toolkit
https://httptoolkit.com
GNU Affero General Public License v3.0
282 stars 106 forks source link

404 when launching http://local.httptoolkit.tech:8080/ #88

Closed Surasia closed 1 year ago

Surasia commented 1 year ago

I'm getting a 404 not found error, where the main webpack output should be. http://local.httptoolkit.tech:8080/index.html displays the monitorix window, however the main UI is not shown. I've cleared any caches I have, launched completely new browsers yet the issue persists.

I'm using Linux Mint 20.1 with the latest LTS version of NodeJS.

resim

pimterry commented 1 year ago

Hi @Surasia, I'm not sure what's going on here - that Monitorix page is not coming from HTTP Toolkit though, HTTP Toolkit doesn't use Monitorix anywhere, so this must be something coming from elsewhere.

I suspect this means that the UI server has not started on port 8080, because Monitorix is already using it. If you take a look at the console output from npm start, you may be able to see more information there - it may be that startup has failed, or another port has been selected automatically instead.

Surasia commented 1 year ago

Oh I just noticed that I had Monitorix running in the background using the 8080 port.... sometimes I should check more before opening a github issue