a year ago
Hello, I've been experiencing an issue where my code isn't matching what the server is running. I was informed that this might be an application error, so I decided to start with the basics. Below, you can see a simple GET route that only returns data. I changed the route from returning 3 users to 2 users, and finally to just 1 user. However, as shown in the second photo, my GET request still returns the 3 users from before, even though I've committed and pushed the code with the change to 1 user.
In the deployment details, you can see which commit is running, and in the first photo, you can specifically see the changes that were made.
It seems that my old code is being used instead of the new one. Can someone help me figure out what's going on?
Photos are attached in the reply below because I can't attach them while creating the thread.
0 Replies