Unable to see restored Data from Influx 1.8 to 2.6.0

Hello Everyone,
I was trying to Migrate the data from influxdb1.8.0 to 2.6.0 by following this guide → Docker way of migration form the container logs it seems the process went smooth

Command "print-config" is deprecated, use the influx-cli command server-config to display the configuration values from the running server
Command "print-config" is deprecated, use the influx-cli command server-config to display the configuration values from the running server
Command "print-config" is deprecated, use the influx-cli command server-config to display the configuration values from the running server
{"level":"info","ts":1690614522.8891382,"caller":"upgrade/upgrade.go:401","msg":"Starting InfluxDB 1.x upgrade"}
{"level":"info","ts":1690614522.889233,"caller":"upgrade/upgrade.go:415","msg":"No InfluxDB 1.x config file specified, skipping its upgrade"}
{"level":"info","ts":1690614522.8892577,"caller":"upgrade/upgrade.go:418","msg":"Upgrade source paths","meta":"/var/lib/influxdb/meta","data":"/var/lib/influxdb/data"}
{"level":"info","ts":1690614522.8892813,"caller":"upgrade/upgrade.go:419","msg":"Upgrade target paths","bolt":"/var/lib/influxdb2/influxd.bolt","engine":"/var/lib/influxdb2/engine"}
{"level":"info","ts":1690614522.9250371,"caller":"bolt/bbolt.go:83","msg":"Resources opened","service":"bolt","path":"/var/lib/influxdb2/influxd.bolt"}
{"level":"info","ts":1690614522.9326038,"caller":"migration/migration.go:175","msg":"Bringing up metadata migrations","service":"migrations","migration_count":20}
{"level":"info","ts":1690614524.2850025,"caller":"upgrade/setup.go:73","msg":"CLI config has been stored.","path":"/etc/influxdb2/influx-configs"}
{"level":"info","ts":1690614524.2850945,"caller":"upgrade/database.go:202","msg":"Checking available disk space"}
{"level":"info","ts":1690614524.288752,"caller":"upgrade/database.go:223","msg":"Computed disk space","free":"GB","required":"5.8 GB"}
{"level":"info","ts":1690614524.288857,"caller":"upgrade/database.go:51","msg":"Upgrading databases"}
{"level":"info","ts":1690614524.3168483,"caller":"upgrade/database.go:101","msg":"Creating mapping","database":"dbName","retention policy":"autogen","orgID":"1ec9a75d31459357","bucketID":"29eefee1383f0f07"}
{"level":"info","ts":1690614579.1446598,"caller":"upgrade/database.go:195","msg":"Database upgrade complete","upgraded_count":1}
{"level":"info","ts":1690614579.1447382,"caller":"upgrade/security.go:31","msg":"There are no users in 1.x, nothing to upgrade"}
{"level":"info","ts":1690614579.1447563,"caller":"upgrade/upgrade.go:488","msg":"Upgrade successfully completed. Start the influxd service now, then log in","login_url":"http://localhost:8086"}

But when I tried to visualize the data using influxdb 2.6 UI(i.e. data explorer) I could notice that the bucket was created successfully but unfortunately I was unable to see the list of measurements, the column was empty?

Can someone point me on what exactly i did wrong ??
or did I miss something ?
Thanks in Advance _/_