Mrudhulraj opened a new issue, #7138: URL: https://github.com/apache/texera/issues/7138
### What happened? While running the main.sh setup from Windows, we face the following error in Lakekeeper-init container: `Failed to parse the request body as JSON: storage-profile.endpoint: control character (\u0000-\u001F) found while parsing a string at line 8 column 25` This is due to the fact that the LAN IP can't be detected as the interfaces in Linux/Darwin is different from Windows. <img width="1477" height="840" alt="Image" src="https://github.com/user-attachments/assets/babdda69-87b6-4b3b-8650-ae68dc8fc3e5" /> ### How to reproduce? 1. Run the local-dev/main.sh file to bring up the containers locally. 2. Check the logs of the exited Lakekeeper init container. 3. Parsing error will be observed ### Version/Branch 1.3.0-incubating-SNAPSHOT (main) ### Commit Hash (Optional) _No response_ ### What browsers are you seeing the problem on? _No response_ ### Relevant log output ```shell ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
