-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Route deactivate hook #514
Comments
Hello, |
We're experiencing the same problem. We first upgraded The error says: Any help / feedback from the team is highly appreciated! |
@arm1n For our app, we tracked this message down to a 404 for a belongsTo, where we were then deleting the parent record. I feel as though this shouldn't result in an error, though, as the intent isn't to delete the child record. |
Hey, just noticed that the route
deactivate
hook runs after a test has completed. In our case, we have the deactivate hook fire off a network request, which throws an error because the test server is already shut down.Is this expected behavior for how the test harness works? A simple short-term solution is to not fire the network request if in a test environment, but this seems less than ideal.
Thanks!
The text was updated successfully, but these errors were encountered: