bigfive-web
bigfive-web copied to clipboard
Trying to deploy dev environment
Hi guys,
Can you please advise I probably missed something as I am new using nuxt but I am not able to deploy the dev environment. followed the step on the readme and replaced in next.config.js
- Tittle (just to see if my page is modified)
- hostname => http://localhost:3000
- API_URL => http://localhost/api/
The point is
- It does not seem to chang my title html tag..
- When I want to save I have a 404 error
- It does not seems to create my mongodb database (even changing .env)
Any clue of what I am missing ?
I am wondering the same thing - did you solve this issue in the end?