Skip to main content
0 votes
3 answers
241 views

I have an Angular 18 app and need to inject environment variable values from a .env file into my environment.ts file and environment.development.ts. I want the values available during development (ng ...
binga58's user avatar
  • 89
1 vote
1 answer
168 views

I'm trying to use Prisma in my NestJS project. Prisma initializes correctly, but whenever I run any Prisma CLI command (e.g., npx prisma, npx prisma migrate dev, etc.), I get this error: Failed to ...
Misbahul Alam's user avatar
0 votes
4 answers
160 views

Failed to load config file "F:\\Documents\\Desktop\\coding projects\\Shopify\\my-turborepo\\packages\\product-db" as a TypeScript/JavaScript module. Error: PrismaConfigEnvError: Missing ...
piyush sharma's user avatar
6 votes
5 answers
5k views

I’m working on a Next.js + TypeScript project with a MySQL database using Prisma. I set up my configuration in prisma.config.ts like this: import { defineConfig, env } from "prisma/config"; ...
Amrita Pathak's user avatar
3 votes
1 answer
180 views

What order should programs look at JAVA_HOME, JRE_HOME, JDK_HOME for locating a version of Java to execute Java programs? I want my program to find Java automatically using an environment variable, ...
Jason S's user avatar
  • 191k
0 votes
0 answers
29 views

I have build.gradle setup with signingConfigs as below: SystemConfig90 { storeFile file(System.getenv("KEYSTORE_PATH_90")) //storeFile file('/Users/bhaskarrajaryal/...
bhaskar's user avatar
  • 1,090
2 votes
1 answer
53 views

I have following server variable in phpunit.xml: <php> <server name="APP_DEBUG" value="false"/> </php> Sometimes while developing, I want have APP_DEBUG ...
Justinas's user avatar
  • 43.9k
1 vote
1 answer
53 views

I'm trying to configure the pybliometrics library on Windows for my thesis, but I'm running into a highly persistent configuration error that I cannot resolve. I have a clean installation of Python 3....
P. E. D'Antonio's user avatar
0 votes
0 answers
29 views

I got a simple script on my server import os import pprint pprint.pprint(dict(os.environ)) When I connect to my server and run it manually,I got different results with when I run it throw Ctrl+Shift+...
王常友's user avatar
0 votes
0 answers
81 views

I can't figure out why this code outputs VAR= when it should output VAR=val. Any ideas? #!/usr/bin/env bash arr=( "export VAR=val" "echo VAR=$VAR" ) for it in "${arr[...
niXman's user avatar
  • 93
2 votes
1 answer
62 views

In .NET you sometimes need configuration keys with dots. For example in logging configuration. .NET itself creates a sample like this (Microsoft.AspNetCore): "Logging": { "LogLevel&...
Tobias's user avatar
  • 121
0 votes
0 answers
73 views

I have just finished working on a Flask web application that is using openai SDK. Locally everything works smoothly, but after uploading the project on PythonAnywhere, the environment variables from ....
Alex's user avatar
  • 7
0 votes
0 answers
66 views

I am experimenting with Qt for WebAssembly and wrote a small application. When I build and run it from the console or directly inside Qt Creator, everything works fine. Now I’d like to use CLion as my ...
Suslik's user avatar
  • 1,121
0 votes
0 answers
75 views

I’m facing an issue with my React frontend (built with rsbuild) and my Node.js REST API. Setup Frontend: React (rsbuild) Backend: Node.js REST API (pm2) Server: Windows Server Proxy: Nginx (serves ...
aekit's user avatar
  • 405
0 votes
1 answer
68 views

I'm trying to get started with NativeScript, but I'm getting these errors from ns doctor ✖ Error executing command 'javac'. Make sure you have installed The Java Development Kit (JDK) and set ...
starleaf1's user avatar
  • 2,928

15 30 50 per page
1
2 3 4 5
966