Replies: 3 comments
-
Hi @CreatorYo, According to the error message that you shared:
It looks like it may be due to different configurations in different places e.g. Project settings and the |
Beta Was this translation helpful? Give feedback.
-
Already tried that and didn't work. |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
-
Summary
I am encountering a problem whenever I deploy, the page does not load and I have vercel.json and that still doesn't seem to work. I have spent approx 2 hours on resolving this and still can't.
Example
https://api.creatoryogames.com
Steps to Reproduce
**Vercel.json **
{
"version": 2,
"builds": [
{
"src": "/server.mjs",
"use": "@vercel/node"
}
],
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "dest": "/server.mjs" }
]
}
Error message: ❗️ Due to
builds
existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settingsBeta Was this translation helpful? Give feedback.
All reactions