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 vendor name in recogniser and synthisizer objects is case sensitive, by default all the built in providers we use lower case eg googlemicrosoft however the lables in the web UI are capitalised.
This can lead to confusion when a developer capitalises the name in their verbs, and being a vendor name it is quite natural to capitalise it.
It is also hard to debug the errror as the alert message just says credentials not provided for $vendor name, see image
To avoid issues I think we should just .lowerCase the field on input.
The text was updated successfully, but these errors were encountered:
Currently the vendor name in recogniser and synthisizer objects is case sensitive, by default all the built in providers we use lower case eg
google
microsoft
however the lables in the web UI are capitalised.This can lead to confusion when a developer capitalises the name in their verbs, and being a vendor name it is quite natural to capitalise it.
It is also hard to debug the errror as the alert message just says credentials not provided for $vendor name, see image
![image](https://private-user-images.githubusercontent.com/187645/399333163-4095b851-dba0-44fa-b08a-408c0af46ba2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTU1MjAsIm5iZiI6MTczOTY1NTIyMCwicGF0aCI6Ii8xODc2NDUvMzk5MzMzMTYzLTQwOTViODUxLWRiYTAtNDRmYS1iMDhhLTQwOGMwYWY0NmJhMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQyMTMzNDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zZjNmMGU3ZGNlOTk1NzViNTUzNjYyOGU2MTNkN2M1MzY4YmMzMzcwNTM1NGY0YjA0NDc2YmE3ZTJmZmJkN2Y1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._RsC4Zn_3XavnNDZCzQUtktHNlXPX4yNNWL1TGGfAzg)
To avoid issues I think we should just .lowerCase the field on input.
The text was updated successfully, but these errors were encountered: