Closed minecrawler closed 2 months ago
@minecrawler which endpoint(s) are missing the CORS headers? The image provided cut off part of the URL.
Hi @minecrawler we have not heard back from you on this issue. If you are still having issues, I recommend reaching out to New Relic support via https://support.newrelic.com/s/
Description
I wanted to add this to a PoC project and later to our corporate websites, however after following the installation guide for the npm v1.264, I only get a CORS error. CORS is baseline web security and has been for a while. If we want to use NR, it has to deliver CORS headers.
Steps to Reproduce
Follow installation instructions from README and try to use it.
Expected Behavior
NR cloud offers a setting to configure my custom domains (e.g.
localhost
andwww.example.com
), which will be sent as CORS allow header for my tracking config. No CORS errors are logged in the browser and I can see my tracking data in the dashboardRelevant Logs / Console output
Your Environment
Additional context
using NextJS, but that shouldn't impact CORS...