fastn
fastn copied to clipboard
Redirect persists despite removal/commenting of code in `FASTN.ftd`
URL redirect still works after commenting/removing redirect code in FASTN.ftd
Where this issue was found: 13-use-redirect workshop
How to recreate:
- Create a redirect
- test the redirect working in the browser
- comment/remove the redirect from
FASTN.ftd - test the redirect URL
This will still redirect to the new URL.
Desired Output: It should throw the endpoint not found error.
What happens if you restart fastn server?
What happens if you restart
fastnserver?
Then it throws the endpoint not found error which is the desired output.
Thanks, this looks like some data we are not updating after server start.