Sharing resources between the server API (http://localhost:3000) and client website (http://localhost:8082) origins is blocked without CORS. This results in CSS and JS assets not loading correctly while viewing the admin dashboard locally during development.
Allow the client website to serve CORS headers
Update server API CSP headers served during local development to include the client website
Sharing resources between the server API (
http://localhost:3000
) and client website (http://localhost:8082
) origins is blocked without CORS. This results in CSS and JS assets not loading correctly while viewing the admin dashboard locally during development.