-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API not working from web ui #10
Comments
I believe if you paste in the authorization field |
Hi, yes exactly. That's the bugs:
If I do the correct curl by command line, it works fine. Regards. |
But isn't this expected? In Swagger you configure the Authorization header, not just the token. If in this textfield you enter I believe in your case you only entered |
Ah, now I understand what you are meaning, and doing as you say works. So I suggest to add the Bearer part automatically (maybe only if missing?). Regards |
I tried to integrate into 'chirpstack v4', but I reported an error:
responce
chirpstack log
my docker-compose.yml
|
@Z-J-X We hit the same bug. Anything slightly wrong in the REST call gets you this message. Here we discovered there is a mandatory GET parameter I believe tenant was called "organization" in v3. |
Hi,
I like to signal the following bug in the web ui for the rest api.
If I use it, I get this error:
Which is due to the fact that the web api does not seems to send the correct request. In fact, the example curl is:
Whilst, as stated by the error, it should be:
Please note the added
Bearer
.Of course, the fixed curl works fine.
Best regards.
The text was updated successfully, but these errors were encountered: