Typhon0130

Results 3 comments of Typhon0130

Now I am using this api ``` await axios({ method: "post", url: `https://api.twitter.com/2/dm_conversations/with/${received_user_id}/messages`, headers: { Authorization: `Bearer ${accessToken}`, "Content-Type": "application/json", "Accept-Encoding": "gzip, deflate, br", }, data: { text: "Hello World!",...

Hello @icyJoseph Could you plz check this issue? Or anyone help me to fix this issue? The github bot is closing my issue everytime!!! https://github.com/vercel/next.js/issues/86869 Thanks

Hello @icyJoseph I jsut tried the run the project (localhost:3000) in Microsoft Edge Browser. and the page is rendering well when I try to run project in Edge browser, but...