Cannot POST /shop_api #933
-
|
Trying my first steps with connecting Next to Vendure and I get a problem with 'Cannot POST /shop_api'... Next server is running on localhost:8080 , the Vendure server on localhost:3000 Vendure admin client and GraphiQL are working fine... Any ideas what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
|
Next dev server also defaults to port 3000 no? Could it be a port conflict? When I was working on the Vendure/Next integration I would set the Vendure port to 3001 to avoid this. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Next dev server also defaults to port 3000 no? Could it be a port conflict? When I was working on the Vendure/Next integration I would set the Vendure port to 3001 to avoid this.