Skip to main content

All Questions

Tagged with
0 votes
0 answers
29 views

How to Fix "Failed to Load Module Script" Error for React App Deployed on VPS with Nginx?

I'm a beginner trying to deploy my React application (static web pages) on a VPS using Nginx, and I'm running into a problem. After deploying, my app loads but doesn't display anything. The browser ...
Jeevons Eya-Jr-Iq's user avatar
0 votes
0 answers
18 views

How to Deploy and Distribute Office Add-in (JavaScript) to Multiple Users After Migrating from .NET ADX COM Add-in?

We have recently migrated our Office add-in application from a .NET ADX COM add-in to a JavaScript-based Office add-in due to Microsoft's discontinuation of support for .NET ADX COM add-ins. Our new ...
Khan Mehnaz's user avatar
0 votes
0 answers
15 views

Vue.js Vuex State Not Syncing Across Tabs and Direct URL Access

I have a Vue.js application with a login component and a settings page. When I log in and navigate to the settings page via the menu within the login page, the Vuex store updates correctly, and I can ...
Eps's user avatar
  • 1
0 votes
0 answers
37 views

Astro Deployment Works Locally, Breaks in Vercel

I have a blog-like project in Astro that works perfectly locally. When I deploy it on Vercel, the images under src won't load. My project tree looks as follows: . └─��� src/ ├── content/ │ ...
Josephine's user avatar
0 votes
0 answers
18 views

Pdf load correctly in local but not after netlify deployment

when i run my website localy, it works well. But after netlify deployment, it show me "Failed to load PDF file." with a 404 not found in console. But it still works locally.strong text here ...
Nesil's user avatar
  • 3
0 votes
1 answer
33 views

Reactjs, StricMode calling setState twice. Alternative and best practices

Technical question here. I created a context provider to handle the state of some variables and to create functions to update these variables from other components. It is of my understanding that ...
Rochin's user avatar
  • 1
0 votes
0 answers
10 views

Error deploying MERN stack app to Vercel/Render: Cannot find module './mongodb_oidc/azure_machine_workflow'

I'm currently developing an application using the MERN stack, and I'm in the process of deploying it. Everything works well locally. However, when I try to deploy it to Vercel or Render, I encounter ...
Aryan Shah's user avatar
0 votes
0 answers
24 views

My vercel deployment doesn't work, error in the html

I'm trying to host a project on Vercel, type of monolithic architecture project, with a backend API in Express and pages in React that integrate this API's routes for data, but Vercel does not build ...
Jaime Odair Basso Junior's user avatar
0 votes
0 answers
43 views

React Native Expo Web deployment

I'm creating a phone application with react native as part of a tech stack, but I also want to deploy a web version of my app through Netlify. How would I go about doing this? I have realised that ...
Kemal's user avatar
  • 37
0 votes
0 answers
36 views

Keep getting error# node:internal/modules/cjs/loader:1137 throw err; ^, whe running index.js file

I am running command node index.js and getting below error: node:internal/modules/cjs/loader:1137 throw err; ^ Error: Cannot find module '../models/User' Require stack: /home/ubuntu/travel-community/...
Abhinav Banerjee's user avatar
0 votes
0 answers
28 views

cPanel Error /20/bin/npm: line 35: /opt/alt/alt-nodejs20/root/usr/bin/npm: No such file or directory

I currently trying to deploy my nodejs project to cPanel. I have followed every steps to upload it and I am having problem when run NPM Install. I always got this error Error /nodevenv/myprojecttest1/...
Unkown Kid's user avatar
1 vote
2 answers
62 views

How do I fix a 404 Error in Vercel/Github?

I started a very simple project using only Html, Css and Vanilla JS. When I deployed it to Vercel, first it worked and then it just gave me an error (404 Not Found). As the project is still in its ...
Larissa Sartori's user avatar
0 votes
0 answers
33 views

Why does Vercel keep throwing FUNCTION_INVOCATION_FAILED when deploying?

I'm attempting to deploy a simple express js server to Vercel. When I attempt to do so, it throws an error code 500, internal server error: FUNCTION_INVOCATION_FAILED. Though when running with node ...
DXI Flatline's user avatar
0 votes
0 answers
104 views

Problem with Nuxt Authentication in Production

I am trying to deploy a nuxt application in a server. The server uses nginx and acts as proxy to localhost. Everything seems fine, I can already access the appliaction with the domain of the server ...
Ginja9975's user avatar
0 votes
1 answer
91 views

React MUI BarChart Colorizing

I want to create a bar chart where each category (e.g., "Oral Ambalaj", "Onkolotik", etc.) has a single value. Each category should be displayed in a different color, and all ...
Ali Kartal's user avatar

15 30 50 per page
1
2 3 4 5
87