{“sys”:{“links”:{“jsBaseUrl”:”https://www.sandbox.paypal.com/js”,”cssBaseUrl”:”https://www.sandbox.paypal.com/css”,”templateBaseUrl”:”https://www.sandbox.paypal.com/templates”,”resourceBaseUrl”:”https://www.sandbox.paypal.com”},”pageInfo”:{“date”:”Sep 15, 2024 23:49:13 -07:00″,”hostName”:”rZJvnqaaQhLn/nmWT8cSUjOx898qoYZ0gJ/s7uf3ja27l2b59M4osrZOWv8Uv3DB”,”rlogId”:”rZJvnqaaQhLn%2FnmWT8cSUmDP%2Bhip7g49eFYVqbGPqtrcf3YgDr9DRBZmxdhAyNCB3C137oXazVw_191f997b0aa”,”script”:”node”,”debug”:null},”locality”:{“timezone”:{“determiner”:”viaCowPrimary”,”value”:”America/Los_Angeles”},”country”:”US”,”locale”:”en_US”,”language”:”en”,”directionality”:”ltr”},”tracking”:{“fpti”:{“name”:”pta”,”jsURL”:”https://www.paypalobjects.com”,”serverURL”:”https://t.paypal.com/ts”,”dataString”:”pgrp=loggernodeweb%2F.dust&page=loggernodeweb%2F.dust&pgst=1726469353642&calc=f1107112e58d5&pgtf=Nodejs&env=sandbox&s=ci&csci=92dd5fde853645a295544bf0c1a4b687&comp=loggernodeweb&tsrce=loggernodeweb&cu=1&ef_policy=gdpr_v2.1&c_prefs=T%3D0%2CP%3D0%2CF%3D0%2Ctype%3Dinitial”}}}}
I am getting error on API call:
https://www.sandbox.paypal.com/xoplatform/logger/api/logger?disableSetCookie=true
This is my code:
import { environment } from "src/environments/environment";
const BASE_URL = environment.production? '' : 'http://localhost:5000';
export const list_URL = BASE_URL + '/api/list';
In chrome on console I am getting warning:
Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox.
polyfills.js:1 [webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.
Vinu Goyal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Your Brave Browser has a feature called Brave Shields which blocks requests that they think is coming from Ads or Trackers. To avoid your requests from being blocked by Brave, you need to disable Brave Shields for your website on client side. Note that this needs to be done manually on all clients which use Brave.
1