stackoverflow-clone
stackoverflow-clone copied to clipboard
This project is a simplified a full stack clone of Stackoverflow.
I try to test stackoverflow-clone on local with Linux, but I have this alert in the page, instead of the database content. Unhandled Runtime Error Error: Request failed with status...
you must limit options to unknown people
I create the cluster, the user and then allowing all IPs to have access to my cluster. I press connect to get the application string and change the with my...
HI Team, Anyone working on searching. Maybe if searching is included it will be complete pack!!. Thanks
add DATABASE_URL and JWT_SECRET in .env file?
Seems server side not started successfully Unhandled Runtime Error Error: Network Error Call Stack createError node_modules/axios/lib/core/createError.js (16:0) XMLHttpRequest.handleError node_modules/axios/lib/adapters/xhr.js (83:0) a-nai@a-nai:~/stackoverflow-clone/server$ sudo npm run start > [email protected] start /home/a-nai/stackoverflow-clone/server >...
I am unable to get the application to use a basePath parameter supplied in the next.config.js file: adding `module.exports = { basePath: '/somepath' ...` doesn't seem to have any effect
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Hi! Thank you for making this amazing thing🤩 While starting the server with the default db url I kept getting `Error: connect ECONNREFUSED ::1:27017`. Turns out newer versions of node...