Route `api/storages/azure` does not exist
See original GitHub issueDescribe the bug
At least one of the API routes described in the documentation does not exist. Namely it is the command to list all storages on Azure: api/storages/azure
. Nevertheless, direct call to storage by its ID (e.g. http://localhost:8080/api/storages/azure/1
) works as expected
To Reproduce Steps to reproduce the behavior:
- Go to
http://localhost:8080/api/storages/azure
(for local deployment) - See
404 Not found
Expected behavior Response including the list of storages as described in the documentation.
Environment (please complete the following information):
- OS: Ubuntu 20.04
- Label Studio Version 1.4.1
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Symfony: the route "xxx" does not exist - Stack Overflow
Everything worked great locally but in the server, once a click a link or try to go manually (writing the direction in the...
Read more >smb and -responder flags not working on EC2 hosted instance
Route `api/storages/azure` does not exist, 2, 2022-06-10, 2022-08-23. Problem on how to share buffer between compute shader and other shader stages.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try to add
project
parameter.I have got the same issue with the route
api/storages/gcs
too