Skip to content
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

Vercel deployment fix for nestjs migrated code #1

Open
kamlekar opened this issue Apr 30, 2023 · 0 comments · Fixed by #2
Open

Vercel deployment fix for nestjs migrated code #1

kamlekar opened this issue Apr 30, 2023 · 0 comments · Fixed by #2
Labels
bug Something isn't working deployment good first issue Good for newcomers

Comments

@kamlekar
Copy link
Owner

I have migrated the functionality and UI from Nodejs to NestJS, successfully - At least it works on localhost.

Now, when deployed on Vercel, I keep seeing type issues that are related to using CommonJS as a module in tsconfig.json (I believe). I also tried changing the module to Node16 and other options but saw different errors for these settings.

If anyone would like to check this, feel free to fork the repo and deploy the nestjs-try branch on your own free Vercel account. Go to deployments -> latest deployment -> check logs or build logs - to see the multiple errors.

Some errors from Deployment status --> building tab:

image

There are errors in logs networks as well:

image

@kamlekar kamlekar added bug Something isn't working good first issue Good for newcomers deployment labels Apr 30, 2023
@kamlekar kamlekar added this to the NestJS Deployment milestone Apr 30, 2023
@kamlekar kamlekar linked a pull request May 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deployment good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant