rm116
rm116
endpoint.ex : ``` import AppName.ConfigHelpers ... plug CORSPlug, origin: cors_origins(), headers: cors_headers() ``` Inside ConfigHelpers : ``` def cors_origins() do if System.get_env("ENV") == "production" do [@origin_regex, "https://other.com"] else ["*"] end...
### [REQUIRED] Step 2: Describe your environment * Operating System version: Windows 10 * Firebase SDK version: 11.5.0 * Firebase Product: auth * Node.js version: v16.15.0 * NPM version: 8.5.5...
Hello, I have a problem using my library (packed by rollup) in my Next/React application, I have this error : ReferenceError: window is not defined Call Stack eval webpack-internal:///../library/lib/cjs/index.js (23014:15)...