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
expected behavior:
when navigating to {url}/img/ it should show the 404 error page
curent behavior:
the nuxt-trailingslash-module keeps redirecting to {url}/img/ and {url}/img, which cause the browser to display the ERR_TOO_MANY_REDIRECTS error. see attached image
whithout nuxt-trailingslash-module behavior:
when navigating to {url}/img/ it shows the 404 error page
The text was updated successfully, but these errors were encountered:
fahdaddi
changed the title
image folder ERR_TOO_MANY_REDIRECTS
public folders ERR_TOO_MANY_REDIRECTS
Oct 15, 2021
expected behavior:
when navigating to
{url}/img/
it should show the 404 error pagecurent behavior:
the nuxt-trailingslash-module keeps redirecting to
{url}/img/
and{url}/img
, which cause the browser to display the ERR_TOO_MANY_REDIRECTS error. see attached imagewhithout nuxt-trailingslash-module behavior:
when navigating to
{url}/img/
it shows the 404 error pageThe text was updated successfully, but these errors were encountered: