You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
If you're working on the /me endpoint, any changes you make in the endpoint response will not be reflected in the console after the first request, even though the response has changed (which can be verified in the developer console).
Refreshing the console page sorts this out, so I assume the response from this specific endpoint is being cached somewhere along the line.
Steps to reproduce
Make a request to /me in the console
Make a change to the endpoint response of /me in your sandbox
Make another request to /me in the console
The change you made will not be reflected in the console, but you'll be able to see it in the developer tools.
The text was updated successfully, but these errors were encountered:
If you're working on the
/me
endpoint, any changes you make in the endpoint response will not be reflected in the console after the first request, even though the response has changed (which can be verified in the developer console).Refreshing the console page sorts this out, so I assume the response from this specific endpoint is being cached somewhere along the line.
Steps to reproduce
/me
in the console/me
in your sandbox/me
in the consoleThe change you made will not be reflected in the console, but you'll be able to see it in the developer tools.
The text was updated successfully, but these errors were encountered: