After adding to Cloudflare there are some issues, such as login fields are not displayed, etc…, but I solved those issues with community help. but now I’m stuck in another problem.it is, when I log in with entering username and password, it’s only loading but the browser tab not getting to the corresponding page(dashboard). only loading. please help me what can be the issue
Get a SSL certificate installed in your server, and make sure all the links are in HTTPS instead of HTTP. You can see that in the console log, browser is trying to send form data to HTTP endpoint, but blocked by CSP.
Cloudflare provides free origin certificate and you can use it to install in your server.
After that, then switch SSL mode to Full (strict) mode.