It's not an issue with the username "superuser". I've set it as this username, and I'm not using HTTPS either.

Add Nginx configuration to solve the problem.

 location /api/atelier/ {
            CSP On;
            CSPNSD_pass 127.0.0.1:7038;
        }