-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoDB connection error: Error: slash in host identifier #2
Comments
Make sure your MongoDB connection string is set in the environment variable the right way
Or perhaps a MongoDB Altas connection string... |
thanks for your help. but please can you explain me how to connect a bank
api to transfert money from bank account to the eWallet and also to
transfert money from ewallet to bank account.
can you guide me throughout the configuration of your project, and help me
to adapt this project for the needs that are required for my presentation?
Le lun. 20 avr. 2020 à 21:36, Akinola Raphael <[email protected]> a
écrit :
… Make sure your MongoDB connection string is set in the environment
variable the right way
MONGO_URI=mongodb://localhost:27017/e-wallet-app - use this if you have
MongoDB installed and what to run locally
Or perhaps a MongoDB Altas connection string...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM5RD2HK4LKUM6U7256T54DRNSW55ANCNFSM4MLHPQGQ>
.
|
That a long process but send me an email at [email protected] im willing to put you through |
hi, i'm using angular 9 for views, but i don't understand how you display
the contents of a user's wallet. the method does not take an id parameter
or the customer object. but I applied the method and transmitted it to the
view, it doesn't display anything
Le mer. 22 avr. 2020 à 19:25, Akinola Raphael <[email protected]> a
écrit :
… That a long process but send me an email at ***@***.*** im
willing to put you through
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM5RD2BFNL4SIRYIR2OLM23RN4ZCXANCNFSM4MLHPQGQ>
.
|
Note I didn’t write this API. You’re just fortunate I’m here and decided to help |
ah ok, i see sorry to have confused you to the author of the API. thanks
for the help
Le jeu. 23 avr. 2020 à 13:18, Akinola Raphael <[email protected]> a
écrit :
… Note I didn’t write this API. You’re just fortunate I’m here and decided
to help
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM5RD2DRO63BEROTCAMN2P3ROAWZBANCNFSM4MLHPQGQ>
.
|
Hello, I'm running your node.js project with mongodb, express, but I get this error when I start the server:
MongoDB connection error: Error: slash in host identifier
[nodemon] app crashed - waiting for file changes before starting ...
this is my files:
mongoose.js file:
my var.js file:
the index.js file:
thanks for you help
The text was updated successfully, but these errors were encountered: