Skip to main content

All Questions

0 votes
0 answers
93 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
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
0 answers
25 views

Setup web server for django backend: Nginx and Gunicorn configuration before database migration

Is it possible to setup Nginx and Gunicorn on my web server before executing "python manage.py migrate", since my database server is not ready yet? Chatgpt recommended me to execute first ...
Bruno's user avatar
  • 51
3 votes
3 answers
6k views

How to resolve 404 error in a deployed react- vite app?

I have a production-ready React app built with vite. I have run the build process and uploaded the contents of the dist file within the subdirectory it is supposed to be in. When i visit the URL it ...
Nate's user avatar
  • 85
4 votes
0 answers
528 views

TypeError in Nextjs app production: [TypeError: undefined is not an object (evaluating 'n.content')]

I don't have any problems in dev mode, but when I deploy my Nextjs app to production, the above error appears, but only in Safari incognito mode.. I asked ChatGPT, but didn't get anywhere. Also didn't ...
kmp's user avatar
  • 772
0 votes
1 answer
221 views

Spring Boot different environments

I have a spring boot application, but the development environment has a different configuration from the production one (example: MySQL password). I would like to be able to distinguish the properties ...
Vito Lipari's user avatar
0 votes
0 answers
65 views

Although my site enable me to click on the link in local environment, don't in production

situation using PHP 8 Laravel 9 Now I have just deployed in production environment. When I come my URL which is already simbolick, toppage(welcome.blade.php) appeared. I am putting link to contact....
平野絢士's user avatar
0 votes
1 answer
279 views

How to update a live running server?

I am going to publish my first rest api soon. My question is, once I publish it, how can I update the code of the server? I already added versioning, but I still don't understand exactly what will ...
Freds Gallery's user avatar
3 votes
4 answers
5k views

Reactjs client needs to force refresh after deploy

Every time that a new deploy is made to production or any other environment the client needs to force a refresh and clear cache with ctrl shift r to updated the UI, the project was made with Create-...
Gonzalez's user avatar
0 votes
1 answer
227 views

Deploy Laravel with a bash script fails on production

Having a production deployment bash script how can I pass in artisan confirmations? I mean php artisan:migrate stops now with the following error ************************************** * ...
fefe's user avatar
  • 8,995
0 votes
1 answer
1k views

500 error on the first request deploying in production an angular spring-boot application

I deploy an Angular/springboot application in productionenter code here When I start the java backend part (runing as jar) it seems that everything works because a sql script was loaded and there is a ...
de guide's user avatar
5 votes
2 answers
4k views

How to have and read an environment file after an angular application has been built

I'm building an angular application. This angular application will be delivered to multiple clients with different needs and infrastructure. It will need several values (for example backend server, ...
J4N's user avatar
  • 20.2k
1 vote
1 answer
863 views

Naming conventions in blue/green deployment with different environments

In our deployment we have three environments: testing, staging, and production. We recently introduced a blue-green setup so that we now have blue-production, blue-staging, green-production, green-...
BayerSe's user avatar
  • 1,151
4 votes
3 answers
4k views

Developing Strapi locally and deploy on production server

I am using Strapi as a headless cms for my website. First I have started one version only on the production environment and there was no other environment like development or staging. So when I wanted ...
ConductedClever's user avatar
0 votes
0 answers
56 views

Not able to deploy node js app on heroku properly

I had made a video-call app which is running well on my local pc, but when I pushed all files to heroku, I am not able to see other person's video. Here is my script.js(front-end client side file): //...
Manan Virmani's user avatar

15 30 50 per page
1
2 3 4 5
10