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

Paths not working in Vercel Serverless #49

Open
diegoulloao opened this issue Apr 13, 2022 · 1 comment
Open

Paths not working in Vercel Serverless #49

diegoulloao opened this issue Apr 13, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@diegoulloao
Copy link
Contributor

diegoulloao commented Apr 13, 2022

I deployed a started app in order to test it with vercel serverless, but I get a not found module error so I assume alias-hq is not working with Vercel.

Do you know about any issues when deploying to Vercel?

Development version vercel dev works fine in localhost.
Also in an isolated environment (not vercel dev, just node in localhost)

Vercel deploy screenshots

Error
Captura de Pantalla 8

App main file
Captura de Pantalla 9

tsconfig.json
Captura de Pantalla 10

All looks fine for me.

@davestewart
Copy link
Owner

davestewart commented Apr 21, 2022

Hmm. Not sure to be honest!

  • can you try it with a simple test case?
  • can you try it using module alias by itself?
  • can console log the result of get() ?

Alias HQ is relying on module alias, so we might need to poke with that

@davestewart davestewart added the help wanted Extra attention is needed label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants