Skip to main content

All Questions

-2 votes
1 answer
38 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
1 answer
58 views

Applying DB migration to a private Production DB (Azure DB for PostgreSQL)

Firstly, thank you for your time reading this regardless of interaction. I have a Dev Architecture that I am trying to "Productionise" in a project that I'm doing but struggling to see how ...
Coffee To Code's user avatar
0 votes
1 answer
276 views

Error response from Razorpay getting empty

I'm using RazorPay sdk 1.6.18 in android mobile app @Override public void onPaymentError(int code, String response, PaymentData data) { try { System.out.println("Payment Error")...
Nadimuddin's user avatar
0 votes
2 answers
2k views

NextJS won't render images in production

I have a nextjs app that is using images from the public folder and outside sources. It works in development and not in production. It even works locally using the same production environment with ...
kakakakakakakk's user avatar
0 votes
0 answers
138 views

Nuxt- How to fix when go to production it request incorrect?

How can I fix my site when going to production it requests URL from localhost but some endpoint requests correctly
Man Rofak's user avatar
0 votes
0 answers
80 views

Users change codes directly on the production server

I'm working on a project that has all its data written as python files(codes). Users with authentication could upload data through a web page, and this will directly add and change codes on the ...
janice's user avatar
  • 1
1 vote
1 answer
6k views

Next.js project error in production build

I'm builded project with custom server, and starting with next start If NODE_ENV = 'production' throws an error as on screen If NODE_ENV != 'production' it works properly, but in dev environment ...
Evgeny Alekseev's user avatar
1 vote
1 answer
935 views

Why in the symfony 5.3 in prod mod I get a 503 error while in dev mod not

I have a symfony 5.3 project that has no problems in dev mod but as soon as I get the project to prod mode I get a 503 error. The method is as follows public function index($username,$lesson = '...
abdola shamsaddini's user avatar
0 votes
1 answer
393 views

how to use asdf-vm on production environment

I need to set up my java application on the server. is there any way to set up the java environment on production which is provided by asdf?
Lakshan Dissanayake's user avatar
1 vote
0 answers
419 views

Redux saga failed in production

I've been trying to tackle this problem more than 2 weeks now. Everything works fine in development mode. But not in production mode. The example below are shown using Redux Saga environment (I'm ...
lala's user avatar
  • 1,409
1 vote
1 answer
2k views

Shouldn't we use jQuery Migrate in production environment?

I found the website below saying that jQuery Migrate should not be used in production environment. https://forum.jquery.com/topic/jquery-migrate-plugin-in-production I looked for the information for ...
Topotan's user avatar
  • 91
-5 votes
1 answer
93 views

Are some std classes in C++ used in real life applications? [closed]

I have a question, in real applications like: companies, software development, etc... Do they use some std classes(or containers, I'm not sure about the correct name) such as std::vector, std::array ...
Lucas Saito's user avatar
2 votes
1 answer
6k views

Whats the difference between development and production mode?

Unfortunately, I am not much aware of these two terms and I have a feeling that I need to know more about these as I am approaching an app release. so, if I am running the app on development mode am I ...
user avatar
2 votes
0 answers
390 views

VueJS - process.env.NODE_ENV equals "development" even though "--mode production" is set

I'm trying to get my VueJS app ready for production. Case across the issue in the title. How do I get my app ready from production and distinguish between dev/prod environments, without relying on ...
Chen's user avatar
  • 21
0 votes
0 answers
122 views

Laravel production environment

I've worked on my web app and now it's ready to go on production. For developmnent I used XAMPP on my local machine. I need to deploy the app on a Windows Server 2016 in which other people have access ...
Federico Arona's user avatar

15 30 50 per page