You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the URL being replaced? I don't want this to happen. It makes it more difficult to debug why the 404 is happening. How can I make it so the URL is not replaced?
The text was updated successfully, but these errors were encountered:
TysonMN
changed the title
Missing URL replaced by 404 URL on GitHub-deployed page
Missing URL replaced by 404 URL on GitHub-deployed site
Jun 16, 2020
TysonMN
changed the title
Missing URL replaced by 404 URL on GitHub-deployed site
Missing URL replaced by 404 URL on coding.blog-deployed site
Jun 16, 2020
Due to the current way we handle CDN requests, it was implemented based on a redirect. I will look into how we can improve it towards having no redirects but rather a 404 response with the proper not found html page.
Going to https://coding.blog/asdf shows the 404 page but leaves the URL unchanged.
Going to http://localhost:3000/asdf when locally hosting my blog shows the 404 page but leaves the URL unchanged.
However, going to https://tysonwilliams.coding.blog/asdf shows the 404 page AND changes the URL to https://tysonwilliams.coding.blog/404.
Why is the URL being replaced? I don't want this to happen. It makes it more difficult to debug why the 404 is happening. How can I make it so the URL is not replaced?
The text was updated successfully, but these errors were encountered: