Skip to main content

All Questions

0 votes
1 answer
52 views

Flutter Web App on Firebase: different Environments for test and production

We develop an application in Flutter Web. The application is deployed on Firebase. We use the mechanisms available there for user management and the Firestore to store configuration parameters (e.g. ...
Thomas Avieny's user avatar
0 votes
1 answer
60 views

How to fix URLEncoder related issues?

I am having issues with my URL encoder, it is working locally and on stage, but not working on live. I am using filters to get brand names, but some of those brand names have spaces. When I send a ...
Esphi01's user avatar
0 votes
0 answers
52 views

How to initiate different flavours for Flutter web?

Having Two Different Flavours (QA,PROD) How to dynamically configure file to related flavours like index.html, firebase-messaging-sw.js,
PradeepKumar's user avatar
0 votes
0 answers
28 views

Google/Facebook OAuth for dev/production

when using OAuth from Google, you have to create project in Developer console and then create Oauth credentials. You will get client secret, client ID... Should I create 2 projects? One with ...
StykPohlavsson's user avatar
0 votes
1 answer
212 views

ABL Progress OpenEdge: Updating records in csv file with delimiter

I'm working on the very first steps to be able te refresh a database environment. First I export a table from environment 1 to a csv file called Test1. OUTPUT TO VALUE("X:\Test\Test1.csv"). ...
Amber p's user avatar
1 vote
1 answer
459 views

Where to create .env file in a vue3 cli project?

I have built a project with Vue3-CLI. I'm going to use .env and .env.development files in my project. I created these files but process.env does not contain my variables such as SERVER_ROOT. I have ...
MHSarmadi's user avatar
  • 102
0 votes
1 answer
691 views

How I can select which main file I must build in flutter during a release of a desktop application?

In flutter a made a linux application. Is consumes an endoint that varies depending the environment I need to build for. For each environment I have a different main file: For production I have a ...
Dimitrios Desyllas's user avatar
-1 votes
1 answer
489 views

Using terraform to create development & production environments in two different google projects

I'd like to create a duplicate of my production environment to use as a development environment in Google Cloud with Terraform. It will include a kubernetes cluster, cloudSQL, cloud storage, etc. I ...
hkh's user avatar
  • 380
0 votes
1 answer
2k views

I have two env files in my project. But nestjs load the first env file only

I have two env files in my project. But nestjs load the first env file only. Any idea about this? My app.module file: The script that I used to run different env files in my project:
Zenixo's user avatar
  • 829
0 votes
1 answer
3k views

vue error "cannot read property of undefined (reading 'call')" after building project

import Root from './Root.vue'; import NotFound from '../views/NotFound.vue'; const locale = localStorage.getItem('locale'); const routes = [ { path: '', redirect: locale, }, { path:...
Niaz Estefaie's user avatar
0 votes
1 answer
1k views

Laravel/Livewire Validation - String is failing when null in dev, but passing fine in production

I have some validation rules applied to a model using the nested syntax: protected $rules = ['model.notes' => 'string']; The notes property has no default value, so when the model is first created ...
Matt Markwick's user avatar
1 vote
1 answer
1k views

Despite requiring dotenv to load environment variables from .env file, they still get loaded from the machine /etc/environment

I am using dotenv to load environment variables from .env file when I am in the development environment. server.js const { config } = require("dotenv"); config(); console.log("🚀 ~ ...
AG_HIHI's user avatar
  • 1,905
0 votes
1 answer
2k views

Identity Server 4 - using self-signed RSA key with AddDeveloperSigningCredential in non-Development environments

I am using Identity Server 4 (.Net Core 2.2) in all of our environments (Development, Test, Production) and we have a Startup as follows services.AddIdentityServer() ....
TerrorBight's user avatar
1 vote
1 answer
802 views

how to configure a Keycloak server instance to support both development and UAT environments?

should we define two different Realms? one for UAT and one for development? or should we define a separate set of Clients for UAT and another set for development? because obviously the URLs are ...
mostafa.S's user avatar
  • 1,512

15 30 50 per page
1
2 3 4 5
14