-
Notifications
You must be signed in to change notification settings - Fork 4
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
Not able to test redirects with gatsby develop #9
Comments
Hi @mattfelten, Please remove other plugin if any for redirection and keep this one at last. |
fwiw i'm seeing the same thing locally |
Same here. I placed the plugin last in the import order, but it still only behaves as expected after building the whole app. |
@dhakerShiv Other plugins / plugin placement isn't the reason. Your page gen code runs in the |
@DirkLachowski so is there any way to test redirects using develop locally? |
I'm trying to add some redirects to my site and I see redirects getting created when running
gatsby build
, although they're a different format than the docs say. They look like<meta http-equiv="refresh" content="0; URL='/'" />
I'm not able to test that they're working correctly when running
gatsby develop
though. I get a 404. Is there a way to do this? Do I have the plugin misconfigured?The text was updated successfully, but these errors were encountered: