John
John
const express = require("express"); const app = express(); const mongoose = require("mongoose"); const dotenv = require("dotenv"); dotenv.config(); const userRoute = require("./routes/user"); const authRoute = require("./routes/auth"); const productRoute = require("./routes/product"); const...
Thank you sir Sent from my iPhoneOn 28 Jul 2024, at 2:28 PM, Gajera Harsh ***@***.***> wrote: i solved this issue by add this code server.use( cors({ credentials: true, origin:process.env.ORIGIN,...
hello community. encountered same issue. please help to resolve. thank you.
Dear Sir Yes still open. Please suggest / write code. Thank you very much in advance
[agent_routes.py](https://github.com/user-attachments/files/22440410/agent_routes.py) [sse_routes.py](https://github.com/user-attachments/files/22440409/sse_routes.py) [tables_routes.py](https://github.com/user-attachments/files/22440411/tables_routes.py) [app.py](https://github.com/user-attachments/files/22440414/app.py) **Dockerfile** # Stage 1: build frontend FROM node:18 AS frontend-build WORKDIR /app/frontend # package.json is in Scripts/ COPY Scripts/package.json Scripts/package-lock.json* ./ COPY package.json package-lock.json* ./ #...
> That would be very exciting! We have some scripts for deployment in Azure App Service, using gunicorn to deploy it. I believe we can adapt it to different web...