Serverless function being created when none of my pages use InitialProps or ServerSideProps #15619
Answered
by
ijjk
samrobbins85
asked this question in
Help
-
None of my pages is specified as needing a serverless function, but a serverless function is still created, named My output looks like this
If the context of the code helps, it is this branch of this repo https://github.com/samrobbins85/notes-site/tree/beta |
Beta Was this translation helpful? Give feedback.
Answered by
ijjk
Jul 29, 2020
Replies: 1 comment 1 reply
-
Hi, the lambda should not be created in this case and should be resolved by this PR vercel/vercel#4950, thanks for the details to allow investigating! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
samrobbins85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the lambda should not be created in this case and should be resolved by this PR vercel/vercel#4950, thanks for the details to allow investigating!