Skip to main content

Questions tagged [production-environment]

A production environment is one in that is exposed to its intended audience in a real-world situation.

production-environment
0 votes
1 answer
33 views

tailwind css not working on production in vercel

I made portfolio website using nextjs my website is working fine in localhost but on production components where i used tailwind css are spreading or are not intact. for e.g here is my code for nav ...
Shubham Bhatt's user avatar
0 votes
0 answers
7 views

Flutter-Firebase Production Ready Apps rules [duplicate]

So i am making a Flutter application which is going to be in production so is there anything to be checked while creating bundle for uploading it in playstore, In my case i am integrating Firebase ...
user17455345's user avatar
0 votes
1 answer
34 views

Django Media Files Not Found (404) on Render Deploy

I'm having trouble serving media files on my Django application deployed on Render. The media files are being created and stored (I think) correctly on the server, but accessing them through the ...
Young Entrepreneur's user avatar
-2 votes
1 answer
28 views

Django Media Files Not Found (404) on Render Deployment

I'm having trouble serving media files on my Django application deployed on Render. The media files are being created and stored (I think?) correctly on the server, but accessing them through the ...
justlivinglife's user avatar
0 votes
0 answers
35 views

Internal server error in server works in localhost

Below code is throwing 500 Internal server error only in server but works in local host. Any input is appreciated. Controller endpoint: @ApiOperation(value = "This API gets info from external ...
user4130072's user avatar
0 votes
1 answer
41 views

Unicorn 500 code app error: undefined method `=~' for [...]:Array (NoMethodError)

Once again production deploying a rails app which is exciting. This time a Rails 7.1 app following the same guide I have before by Ralf Ebert Ruby on Rails – Deployment Tutorial. My setup is all good ...
KleinerWarden's user avatar
0 votes
0 answers
49 views

I have an error that I don't understand in flutter web deployed in production

I did not know why the error started, I had already deployed to production and it worked fine. The idea is that it enters the URL, once there it accepts the permissions for notifications, then it is ...
Dazenk's user avatar
  • 1
0 votes
0 answers
79 views

Login required to view portfolio site on Vercel

I just finished creating my portfolio and deploying it to Vercel. Everything went well, including giving me the production URL but whenever I send the link to someone else, it says they have to login ...
Jefferson Chukwu's user avatar
0 votes
1 answer
42 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
44 views

Do I need to publish facebook app in order to put my react native app that uses facebook sign in into production?

I created react-native application for both iOS and Android using react-native-fbsdk-next. It is purely used for sign in and it is working fine on both platform. I'm about to publish the app into ...
taehoon719's user avatar
0 votes
0 answers
22 views

Error: EMFILE: too many open files in nextjs 14 in production build

Image of the error Getting this error in production build. I have tried by increasing the maximum number of processes (ulimit) from the aws ec2 server but still the issue persist. Can anyone suggest ...
Sirazul Islam's user avatar
0 votes
0 answers
26 views

Not show port used in geoserver url and make geoserver web interface https

I'm trying to run geoserver in production but I have some issues. System Configurations WPS : operating system Debian 12 Geoserver : 2.25.0 Domain name on cloudfare ssl certificate from certbot ...
Ltod's user avatar
  • 3
0 votes
0 answers
103 views

Supabase google provider not working as expected in vercel deployed website

I am making a Nextjs project using Supabase. Throughout the development process I (and another developer working with me) used local Supabase instance and I had to change my supabase related env ...
Noor Fatima's user avatar
0 votes
0 answers
11 views

Vue: nginx setting works in development mode, fails in production mode

I have a nginx configuration like this: server { server_name lionchortle.lol; location ~ ^/vue { proxy_pass http://localhost:8085; } location ~ ^/vue/ { proxy_pass http://...
parsecer's user avatar
  • 4,988
0 votes
0 answers
39 views

Error connecting to database: Error: Access denied for user ''@'localhost' (using password: YES) in Electron

I am building an application on electron.js. I want to set my application into production. I have already use electron-forge to build my app and its working perfectly. The only thing is the MySQL ...
PARTH PETKAR's user avatar

15 30 50 per page
1
2 3 4 5
125