Describe the bug
After GBFS is present on the DB, /v1/operations/feeds fails while parsing the feeds information
Steps/Code to Reproduce
- Use the following curl command, replacing the token and function_url with the appropriate values
curl --request GET \
--url 'https://<<function_url>>/v1/operations/feeds?offset=1&limit=100' \
--header 'Authorization: Bearer <<token>>'
Expected Results
All feeds are returned from the proper limit and offset.
Actual Results
The following error is returned:
{
"detail": "Internal server error: Unsupported feed type: gbfs"
}
Screenshots
No response
Files used
No response
Additional notes
No response
Describe the bug
After GBFS is present on the DB,
/v1/operations/feedsfails while parsing the feeds informationSteps/Code to Reproduce
Expected Results
All feeds are returned from the proper limit and offset.
Actual Results
The following error is returned:
Screenshots
No response
Files used
No response
Additional notes
No response