Strapi admin page not found
After successfully copying the application code on my server, Strapi admin panel page not found error came on the site url/admin. On Strapi documentation page it is advised to rebuild the admin panel after copying the application files to a new server or location before running the production server. System Environment: Solution: Enter the application […]
err blocked by response not same origin
“ERR_BLOCKED_BY_RESPONSE .NotSameOrigin” (err blocked by response not same origin) usually occurs in your web browser when a resource that your webpage is trying to access has a different origin (or domain/subdomain) than the page itself. This is a security feature built into web browsers to prevent cross-site scripting attacks. I had to face “ERR_BLOCKED_BY_RESPONSE .NotSameOrigin” (err […]