I had a problem to access a list of issues via API. The error message was Invalid or expired token.
First: my token was not really expired
Second: why the token should be necessary for issue view.
I set the project_token to False for all the view functions and now it works well for me.
I had a problem to access a list of issues via API. The error message was
Invalid or expired token.First: my token was not really expired
Second: why the token should be necessary for issue view.
I set the project_token to False for all the view functions and now it works well for me.