I have an application where I've two models both models have same fields client buyer I'm using separate models because client can also signs up as a buyer usin
I have a Strapi user collection that looks like this. I am trying to use the API to create a new user with the "AdditionalInfo" dynamic zone filled with "Stud
I am using pagination middleware in my node js project but while testing api in postman it's throwing error skip value Followed the paginate docs but still no u
Did anyoe have a convincing solution to make custom_binarycrossentropy work? I tried all possible methods (even making the whole training data size same as the
I'm trying to th:text in my div but it doesnt seem to work I tried doing it with a table and i get the data i need but when i put it in a div it doesnt work
I have this document : [ { "_id": "626c5fd2aa0fc0e4eef45c94", "productos": [ { "_id": "626d50b621180e291a330333"
What I'm trying to achieve: Use one Schema (Ingredient Schema) inside another one (Recipe Schema). My goal is that in the Recipe Schema, my ingredients key to b
I tried running the backend server but when I run the command node backend/server.js in my cmd, I'm getting this error: D:\theshoppingcart>node backend/serve
i Found 0 Firebase projects. ✔ Enter a project id for your new Firebase project (e.g. my-cool-project) · onoja i New Firebase project onoja create
I display the id and sku of each variable product in the general tab - of the wp admin product data box with the following code. Any idea how to get the the var
I'm new in backend development and Gettig 415 Unsupported Media Type in multipart API written in .net core. I have attached the postman image for your reference
How do i bulk insert multiple records in 1 query so my db will be efficient I want to create Office and insert multiple new equipments into that office. Table/m
I am having a issue while saving the image file in MognoDB. It is saying the error (node:14849) UnhandledPromiseRejectionWarning: Error [ERR_HTTP_HEADERS_SENT]
I want to include a simple in the edit attribute form. (/wp-admin/edit.php?post_type=product&page=product_attributes&edit=55) Is this possible? Everyt
I'm goning to use auth.UID in my backend web service as api_key for each user I wounder if UID is final key or it expires/changes
Is there a problem to use base64 encoding to upload (only upload) the image to the server? Considering the common image size of around 1-2 MB, not icon sized im
I have a Nuxt v2 SSR application as the frontend running on port 3000 I have an express API as the backend running on port 8000 I have a python script that loa
when I go for console.log("hello world") my vs code terminal is not working unless I switch to java script debug terminal? any one who know the solution please
Someone from the backend development side, please help with the below. we have a site driven by Postgres. We also have a elastic search implementation to make f
I have a program that is working fine locally, but I need to use it in CoCalc on the cloud to share with a group. Everything works fine until the end, when I wa