After creating an SCDF service instance, developers may have issues accessing the SCDF dashboard. The dashboard may appear loading slowly or not opening at all. See screenshot for reference.

Symptoms:
Viewing Service Instance LogsYou can view the service instance logs to get more information. To capture the logs from the service instance run the below command.
$ cf service-logs data-flow
In the dataflow-log.txt you will see 500 error for the /about request.
2022-06-22T22:11:28.818+05:30 [RTR/1] [OUT] dataflow-cf43ea93-475c-4a51-bbb5-387b72b2c7cf.app.dev.usw2.pcf.syfbank.com - [2022-06-22T16:39:19.458474843Z] "GET /about HTTP/1.1" 500 0 574 "https://dataflow-cf43ea93-475c-4a51-bbb5-387b72b2c7cf.app.dev.usw2.pcf.syfbank.com/dashboard/index.html"
2022-06-22T22:11:44.565+05:30 [APP/PROC/WEB/0] [OUT] 2022-06-22 16:41:44.565 INFO 42 --- [nio-8080-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://localhost:8888
2022-06-22T22:11:44.566+05:30 [APP/PROC/WEB/0] [OUT] 2022-06-22 16:41:44.566 INFO 42 --- [nio-8080-exec-8] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://localhost:8888. Will be trying the next url if available
2022-06-22T22:11:44.567+05:30 [APP/PROC/WEB/0] [OUT] 2022-06-22 16:41:44.566 WARN 42 --- [nio-8080-exec-8] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/data-flow-server-cf43ea93-475c-4a51-bbb5-387b72b2c7cf/cloud": Connection refused (Connection refused)