Meta Transaction

Results 7 comments of Meta Transaction

> Got the same it seems to be related to suspicious login checks from X +1, even i'm getting same issue. I created a new account for the agent. @lalalune...

@zkvm @0xfortes did you deploy it on cloud? Its working fine when running on localhost but when i deployed it on cloud then getting suspicious notification on twitter.

I also encountered the same issue, but in my case, the problem was due to the VM being in a different region. Initially, the VM was in the UAE region,...

@samcx i'm getting an error `Cannot serialize key parse in parser: Function values are not supported.` with create-next-app example when running `npm run lint`. This example uses ***next v15.1.0*** and...

@samcx I was able to fix it using the below config in the `eslint.config.mjs` file. Basically its the same config as TS version. ``` const eslintConfig = [...compat.extends("next/core-web-vitals", "next/typescript")]; ```

> @samcx I was able to fix it using the below config in the `eslint.config.mjs` file. Basically its the same config as TS version. > > ``` > const eslintConfig...