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
Currently, the Tryton API can not respond the OPTIONS method, which is necessary to send the Authorization header.
We were able to fix that using a Proxy server to skip these validations.
We need to investigate if we can solve this problem natively in our code or if it depends to the tryton server being used.
The text was updated successfully, but these errors were encountered:
Currently, the Tryton API can not respond the OPTIONS method, which is necessary to send the
Authorization
header.We were able to fix that using a Proxy server to skip these validations.
We need to investigate if we can solve this problem natively in our code or if it depends to the tryton server being used.
The text was updated successfully, but these errors were encountered: