There is no bundle.js? when create-react-app scaffolding is running

No bundle.js? occurs when create-react-app scaffolding is running

clipboard.png

what does this mean?

Update:
react runs on http://localhost:3000, possibly with nginx reverse proxy configured. The nginx.conf configuration is as follows:

    server {
        listen       3001;
        server_name  localhost;

                        
        location / {
            proxy_pass http://localhost:3000;
        }


        location /api { 
            proxy_pass  http://192.168.33.3:8080;    
        }  

    }

how can I configure to solve the above errors?

Mar.24,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a19f-2c1e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a19f-2c1e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?