Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

The basic idea is to get to a zero tolerance architecture. For which reason I intended to upgrade the communication between my hosts on my docker network with tls. I was thinking it would be easy. As ...
AnyReallyAny's user avatar
0 votes
1 answer
105 views

When i run project in angular 17 it runs successfully. However when i made some changes in code and save changes then: The browser page stucks in a reloading state Also this error shown up: Error ...
Usama Ikram's user avatar
1 vote
1 answer
1k views

I am working on an Angular 18 application and was getting errors from the deprecated HttpClientModule so I moved to provideHttpClient and keep getting the following error: Type 'EnvironmentProviders' ...
Grayson Bell's user avatar
2 votes
1 answer
69 views

I am new to MEAN stack and I'm trying to create login and register functionalities where register includes profile photo upload. That's how I stumbled across the multer library. Overall, after ...
Billy Lynch's user avatar
0 votes
1 answer
41 views

I am facing technical issues with handling a large amount of data in my MEAN stack application. To avoid repeatedly calling the API, I have implemented local storage to cache the data. If the same ...
ihtizaz ahmad's user avatar
0 votes
0 answers
44 views

I have included the cors package tries the res.header and still getting the cors error Access to XMLHttpRequest at 'localhost:3000/auth' from origin 'http://localhost:4200' has been blocked by CORS ...
Devesh pandey's user avatar
-1 votes
1 answer
125 views

I have a website that is in production using the MEAN stack. One issue is that the chrome will display one of my new pages as a blank screen, even after I hard refresh. However, I can see the page in ...
User9123's user avatar
  • 784
0 votes
1 answer
48 views

I have created a backend for my application and am now developing the frontend. I am trying to do the register component of my application. This is my Register Component with me attempting to register ...
N00TS's user avatar
  • 11
-1 votes
1 answer
182 views

I am developing a Saas application, that implements the 2 Factor Authentication feature, using hardware keys (Yubikey, Titan Key), using WebAuthn/U2F protocol. The feature is working well for ...
Zohra's user avatar
  • 89
0 votes
1 answer
93 views

I am working on an Angular app with NodeJs backend and I am getting CORS error even after using CORS middleware. Have a look at my code: var mysql = require('mysql'); const fs = require('fs'); const ...
mavilla vishnu vardhan's user avatar
0 votes
1 answer
633 views

I am beginner in mean stack development and i am trying to run "api/users/login" in Postman it is showing "Username or password is invalid!". And when i am run "register/users/...
DevNadim's user avatar
2 votes
6 answers
68 views

I have a document in a collection which have values in array. { "name": "ABC", "details": [ {"color": "red", "price": 20000}, ...
Amar Cloud's user avatar
0 votes
1 answer
96 views

i created an ionic capacitor app for the front end using angular and the backend with express node and mongodb, with cookies to storing the jwt , with testing the app with ionic serve in localhost it'...
ikat88's user avatar
  • 21
0 votes
1 answer
43 views

<!DOCTYPE html> <head> <title> Ajax Joke of the Dya application </title> <script> var Request = false; if (window.XMLHttpRequest) { ...
Rachita Yalamali's user avatar
0 votes
1 answer
2k views

The problem I am facing is that I want to develop an autocomplete search bar using Mean Stack like the one in this site, but when I type, for example, 'ag' it's not returning the right location that ...
claudiomatiasrg's user avatar
-2 votes
2 answers
789 views

I'm running three MEAN stack programmes. Each application receives over 10,000 monthly users. Could you please assist me in finding an EC2 instance for my apps? I've been using a "t3.large" ...
Debojyoti Dey's user avatar
6 votes
1 answer
8k views

I trying to implement an effect in ngRx. I import ted "Effect" from "@ngrx/effects", but It showing the error "Module '"@ngrx/effects"' has no exported member '...
Basil Aslam N P's user avatar
0 votes
0 answers
110 views

i'm pretty new in MEAN STACK. I make my API REST under Nodejs Express and mongoodb. I use Angular 14 as client. I made a little project where user can register / login / display user informations. Now ...
Kame_Sensei's user avatar
0 votes
1 answer
597 views

for my MEAN stack project I have to store a Date object in MongoDB for the start and end of a booking. the Date goes in just fine, in my collection it's show as: booking_start: 2022-12-16T00:00:00.000+...
Echohead's user avatar
0 votes
1 answer
298 views

I have to connect node js app running on local machine(laptop) to mongodb running on deigtal ocean vps. I changed bindip in mongodb conf file. from local machine(laptop) the mongodb connection uri is ...
aishvarya 's user avatar
  • 1,031
0 votes
1 answer
77 views

i'm trying some css test on my project, but one of my component don't want to show his css. This is my Angular structure : my app.component.html <div id="nav-bar"> <div id="...
damian's user avatar
  • 89
1 vote
1 answer
304 views

i'm trying on my API to set follow and unfollow function like social medias. here is my user.controller.js follow function : module.exports.follow = async (req, res) => { if (!ObjectId.isValid(...
damian's user avatar
  • 89
-1 votes
1 answer
4k views

I am new to MEAN stack, and trying to get some basic posts. I am getting TypeError: Cannot read properties of undefined (reading 'title') when issuing post. This works when changing todo-route.js ...
Norstorin's user avatar
0 votes
0 answers
100 views

I am trying to change a user icon to green when the user is logged in, with Pusher or with Socket.io. I have managed to do so before, but it was with SignalR. I am now trying to find an alternative ...
BeatrixKiddo's user avatar
0 votes
2 answers
92 views

I am pretty new with mongoose & node.js and I am having an issue with displaying my users messages privately. The message recipient, sender and message content is stored in the database. but when ...
BeatrixKiddo's user avatar

1
2 3 4 5
78