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
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Hello,
We have SPA with react routing and it works as expected (no issues with routing, it's possible to reach all paths in the application)
But we noticed that each GET request for pages returns 404 not found but content in response is valid HTML (so the application successfully launches)
Request with error Note: In response tab we can see expected html with application entry point
The application has URLs with different levels
/fahrzeuge
/fahrzeuge/details/{int}
/profile
etc
Despite the fact that application works as expected the 404 status code error still a big issue for us. It prevents crawlers work with the website (especial from Googlebot). Please take a look at this issue and please let us know if any other information will be needed
The text was updated successfully, but these errors were encountered:
Hello,
We have SPA with react routing and it works as expected (no issues with routing, it's possible to reach all paths in the application)
But we noticed that each GET request for pages returns 404 not found but content in response is valid HTML (so the application successfully launches)
Request with error Note: In response tab we can see expected html with application entry point
The application has URLs with different levels
/fahrzeuge
/fahrzeuge/details/{int}
/profile
etc
static.json
Despite the fact that application works as expected the 404 status code error still a big issue for us. It prevents crawlers work with the website (especial from Googlebot). Please take a look at this issue and please let us know if any other information will be needed
The text was updated successfully, but these errors were encountered: