Even though I have added CORS configuration to my Spring application, I’m encountering a CORS error when calling the API endpoint
https://nqiupbrkwl.us11.qoddiapp.com/api/v1/trends/top?region=KR&page=1&size=20 from
https://youtube-trend.vercel.app.
When I test the same API using curl, it returns a 502 Bad Gateway error.
According to the logs, the following error appears:
[2025-07-29 17:12:30] - ./run.sh: line 2: java: command not found
It seems that the application failed to build or run properly because the Java runtime is missing, yet the app status on Qoddi still shows as "Running."
Could you let me know what steps I should take to get the app running correctly?