Closed norelina closed 2 months ago
Same for me.
Microsoft.Fabric.Workload.DevGateway.exe
[2024-09-10 13:28:34.239] [Information] Starting DevGateway...
[2024-09-10 13:28:34.358] [Information] Getting user credentials...
[2024-09-10 13:28:49.934] [Information] Interactive user AAD token received
[2024-09-10 13:28:49.936] [Information] Registering dev instance...
[2024-09-10 13:28:50.804] [Error] Initialization failed: Dev instance registration call was not successful, HTTP status
code: BadRequest, reason: Bad Request, response: {"requestId":"3dd797ea-8dbd-4a57-b433-
2baca2170489","errorCode":"UnknownError","moreDetails":[{"errorCode":"Reason","message":"InvalidParameter"},
{"errorCode":"Target","message":"Esri"},{"errorCode":"Message","message":"All strings must be between 5 and 2000
characters long."}],"message":"An unexpected error occurred while processing the request"}
Thank you for reaching out. The issue you're encountering is due to a new enforcement we've recently implemented, which requires all strings to be between 5 and 2000 characters long. However, I want to let you know that this minimum value is planned to be adjusted to 3 characters next week.
In the meantime, feel free to provide any additional information if needed, and we’ll be happy to assist with further troubleshooting.
Any ETA for this? Still fails.
Any ETA for this? Still fails.
Hello @dhrumil83, we were able to resolve this issue on our side by adjusting the length of the displayName and the productDetail/publisher values in our Product.json file. The latest in the sample repo has a validation script that can be used to check on that (e.g., by running node validation/validateSchema.js)
When trying to run the Dev Gateway, all of a sudden it has started failing with the following error and message: All strings must be between 5 and 2000 characters long:
Several members in our team were able to reproduce.