All Questions
448 questions
0
votes
0
answers
32
views
install ENTCORE [closed]
I'm currently installing ENT open ent, (entcore, springboard, infra-front etc). I'm having some installation problems, particularly with the widgets and timeline. If any of you have already installed ...
0
votes
1
answer
81
views
InvalidKeySpecException In Java
I have a client (an Android app with Java) and a Node.js server. I want to generate a shared secret using the client's and server's Diffie-Hellman public keys.
The server and the client send their ...
0
votes
0
answers
47
views
How to create another field in mongoDB document that filters the specified item from existing document array field
I am trying to filter items from a mongoDB document array field that are not equal to the provided value and create a new field with the filtered items using aggregation with $filter method but it is ...
0
votes
0
answers
110
views
Can I use java SEED algorithm on javascript using AES(crypto.js)?
First of all, Im pretty new to codings. It's been like 6 months so far so
my question could be something stupid. sorry if I get to confuse you.
SO, Im trying to send json formed string from JS(Node.js)...
0
votes
0
answers
149
views
AssertionError [ERR_ASSERTION]: context not currently entered; can't exit . Error when POSTING DATA TO thirdparty API
AM using Node 20 version and npm 10 .
The code was working fine with node 12 previously . All the Apis are working fine with CLSHOOK VERSION 4.2.2 but i have few Apis which are posting data to ...
1
vote
0
answers
155
views
AWS amplify shows a white screen just after successful deployment
The whole code has been seen working properly, the deployment has been done successfully. the front and backend deployment works fine, but when I tried to access the deployed api domain "https://...
-1
votes
1
answer
239
views
Sending an image (png) from my back (Java spring) to the front (react) and printing it
We're encountering difficulties displaying images fetched from a Java Spring backend in a React frontend. Despite successfully retrieving the image data from the backend, we're unable to render it in ...
1
vote
2
answers
226
views
Express.js: req.body is empty when using form-data
snapshot of postman req.body is empty when I send data using form-data in my Express.js application. However, when I send data using raw JSON, I receive the expected object in req.body. Here's my ...
1
vote
1
answer
43
views
NodsJS Interface with Terminal Process
I am trying to build a WebUI for a Minecraft server. The goal here is to pass the output of the server jar file to the website, while also being able to send commands to it.
Searching Google yields ...
1
vote
1
answer
233
views
React-Native unable to run previous version 0.69 but current version runs
Please I have configured android studio current version(hedgehog), jdk21 and node 21.5.0 to run react-native per what the documentation advised. When I create a project with version 0.73, I am able to ...
-2
votes
1
answer
168
views
using crypto library looks like cipher update is not working as expected?
i have crypto module to do string encryption when passed string is not 16 bytes i assume cipher.update() should do some padding and create 16 bytes string but that is not happening while debugging ...
-1
votes
1
answer
493
views
Can we create executable jar files in javascript similar to java executable jar files?
I generally convert simple daily repetitive tasks into a java program with user inputs and outputs. This is later converted to executable jars which i can run through bat file and verify output ...
1
vote
0
answers
80
views
Problem run android studio emulator in vscode
I'm trying to run my emulator through vscode every time I give npx command react-native run-android I get this error info Starting JS server...
The system cannot find the path specified.
info ...
-1
votes
1
answer
324
views
From Springboot app, invoke nodejs script and pass java object to the script, in script modify and return back object to calling class
Is there a way in java (Springboot app)
- to invoke NodeJs script file,
- pass java object to the script and modify that object in the js script.
- And return back the modified object
for ...
-1
votes
2
answers
5k
views
npx create-react-app command is throwing this error. what should i do to resolve this
I've been trying to use the 'npx create-react-app' command to create a new React application, but it doesn't seem to be working for me. Has anyone else experienced this issue recently?
I have a stable ...