smoothdvd

Results 52 comments of smoothdvd

My package.json: ``` { "name": "api", "version": "1.0.0", "description": "A blank template to get started with Payload 3.0", "license": "MIT", "type": "module", "scripts": { "build": "cross-env NODE_OPTIONS=--no-deprecation next build", "dev":...

I replace with fetch option from ``` const request = getWebRequest(); try { const response = await fetch( `${process.env.PAYLOAD_SERVER_URL}/api/members/me`, { headers: request?.headers, tls: { rejectUnauthorized: false, }, verbose: true, },...