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
I am using trae in two separate Vue projects and I had the same issue on both, when I use trae to get information from an api I the data I receive is ok, but headers is an empty object. I did a basic configuration so I believe there must not be any problem.
Here is the code and the response from the server:
I am using trae in two separate Vue projects and I had the same issue on both, when I use trae to get information from an api I the data I receive is ok, but headers is an empty object. I did a basic configuration so I believe there must not be any problem.
Here is the code and the response from the server:
api-service.js
Login.vue
Result from trae:
Response from server:
I want to receive the Authorization token inside the response headers to be used in future requests, but trae only gives me an empty object.
The text was updated successfully, but these errors were encountered: