Base solution for your next web application

Activities of "wanghugh"

Hi, I got a problem with the p-fileupload compnent after I updated from 8.9 to 9.0.

Please help to judge what kind of problem it could be.

the previous frame:

now the frames folded together:

Thanks,

Question

I can run the Angular client and serverapi ok. When I publish the webhost。I can‘t open angular client. services.AddCors(options => { options.AddPolicy(DefaultCorsPolicyName, builder => {

                builder.AllowAnyOrigin()
                    .AllowAnyHeader()
                    .AllowAnyMethod();
            });
        });
        
        I have allow all CORS.
Showing 1 to 2 of 2 entries