huweihong
huweihong
same issue here +1
Can you merge this PR? or add reset event dispatch @dyaliCode
I have the same error for 5% and 4.5%.
> This issue seems intermittent in testnet. Previously was ok with 5% and 10%. But now not working anymore. yes, I sell in the testnet in last November, it's ok...
I also meet this issue.
I added the permission in the snap.manifest.json of snapB : ``` "initialPermissions": { "endowment:rpc": { "snaps": true }, }, ``` But there is the following error:
I met this issue too. It's only working for dev.
I used content scripts to create a div in the page, and in this div I imported mermaid to create a svg. There is also this error in 'newRequire' method.
I found that my code was outdated. Then I changed my codes according the document. The payment is ok for several days. But now it's still error. Is paypal limiting...
I also meet this issue. I wrote an MCP server using FastMCP, the code like the following: ``` import dotenv from "dotenv"; import { FastMCP } from "fastmcp"; import {...