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
Describe the bug Product-White-List is a new feature for Singleton Service, the detail is: Only defined product(s) in Singleton Service can get translation and supported language list well.
This feature should be added to all APIs that work by productName, but, it doesn't work for Combination API.
**Notes: **
It reproduces on both bundle and s3 build.
To Reproduce
Steps to reproduce the behavior:
Get Singleton Service build based on v0.3.0
Go to API: POST /i18n/api/v2/combination/translationsAndPattern Get translations and patterns
Testing data:
Product "Testing" is not supported by Singleton Service.
Request data:
Testing/2.0.0/default/ja
Response data:
"data": {
"components": null,
...
}
Expected behavior
Here should return the response like below as same with other APIs:
{
"code" : 400,
"message" : "The product 'Testing' is NOT supported yet!",
"serverTime" : ""
}
Screenshots
NA
Desktop (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Describe the bug
Product-White-List is a new feature for Singleton Service, the detail is: Only defined product(s) in Singleton Service can get translation and supported language list well.
This feature should be added to all APIs that work by productName, but, it doesn't work for Combination API.
**Notes: **
It reproduces on both bundle and s3 build.
To Reproduce
Steps to reproduce the behavior:
Product "Testing" is not supported by Singleton Service.
Request data:
Response data:
Expected behavior
Here should return the response like below as same with other APIs:
Screenshots
NA
Desktop (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: