-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error when deploying app to knative #3
Comments
ran this with the debug turned on and got the full error message:
|
Looking at the github README.md vs the docs found here It looks like the .env file is not being created when the serverless template command is run. tried to create the .env file manually and update it with the required information, but that did not seem to work either. Not sure what to look into next. Let me know :) |
Hi @daisy-ycguo - were you ever able to resolve this issue? |
hi @mjschmidt, I ran into the same problem, were u able to resolve this ? |
No, we ultimately made a decision to just use knative as it served our needs. It was going to be just as much work to try to use the serverless/serverless libs to provide the level of abstraction as it was to just take code and launch it to either lambda or knative. We are checking back periodically to see if we can leverage the serverless/serverless libraries, but so far we have a low level of confidence :) |
Error message when
serverless deploy
to knative instance using the sample application:The commands I run
The text was updated successfully, but these errors were encountered: