Replies: 1 comment 3 replies
-
|
@NormySan error logs is a start. Without that, we can't really help. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just upgraded to version 8.1.3 in my Symfony application. I don't use the Symfony bundle and just bootstrap everything on my own which works great. After upgrading everything works as expected when querying the API through the browser but my integration tests have all stopped working. I'm extending the Symfony
WebTestCasein my tests and making authenticated JSON requests against the API endpoint. When I make requests it never finishes executing and it doesn't crash it just sits there forever without returning a response. Has anyone encountered a similar issue after upgrading?Edit:
I've narrowed it down to being an issue with a change that happened in the 8.0.0 release. When I go down to version 7.0.0 it all starts working again so I'm thinking that it might be related to the cache changes.
Beta Was this translation helpful? Give feedback.
All reactions