I'm trying an integration with Notion API using Next.JS api to fulfill a table using form values from my site. The form logic is shown bellow. I'm us ...
I'm trying an integration with Notion API using Next.JS api to fulfill a table using form values from my site. The form logic is shown bellow. I'm us ...
I checked this backend code using Postman. It sometimes works properly. But, sometimes, it does not work. What's the matter with this code? I used th ...
im getting some error saying cant destructure the property 'name' of e.target undefined I will be grateful for any help. unable to assign any value in ...
I am currently developing a level creator platformer game using Phaser 3 and arcade physics. I have a tilemap that I use for the ground. For animated ...
Hello My Developer Friends , Greetings !! I am making a react based Snake Game, where there is a board consisting of 100 blocks , which is nothing but ...
I have this in my complicated app: Basically, I have an export button which will export a CSV of my GraphQL data. I manually call client.query to f ...
I currently have this code, it saves in localstorage, but it generates several objects, I would like to store everything in a single array ...
I was trying to create a new website using nodejs and expressjs. Basically I have a page (/ home) where there is a form with an input file. I have alr ...
I'm trying to use requiredState{} in a text game I am making (Html and js linked) so that certain text only appears if you have a specific state. Anyo ...
Hello all friends I hope you all are doing well, I asked a question two months ago no reply, I would like to ask again because I been looking for answ ...
Closed. This question needs to be more focused. It is not currently accepting answers. ...
In 2022 http://www.youtube.com/get_video_info?&video_id=<video_id> This URI doesn't work anymore and returns 410 error So I spend some time ...
Using Google maps a map embedded in my web portal, I need to allow the user to create a polygon as the image attached, what is the best way to allow t ...
I am using Ajv version 6 for error validation. I am also using ajv-errors for custom messages. I need to define custom error messages for nested prope ...
I am trying to replace an ETL process using NodeJS streams. The Transform stream I am attempting to write takes in a dataset, and based on configurati ...
I have an assessment. I tried many times to solve this. But I couldn't. Please someone help me. Here is the assessment: The next function should retu ...
I am wondering if there is a i have a query param which I get when user calls a URL and that can have one or more values which ill be comma separated ...
I have the following issue with website where the settings state resets after running more searches. The settings component is show below in the pictu ...
I'm trying to make a button in a website to hide/show my slides, and replace it with a different component. I did it before and it worked out, so I th ...
I want to develop an interface that uploads a file with Vue js from my backend in django, I can't figure out the problem. but here is the error I got: ...