-
Notifications
You must be signed in to change notification settings - Fork 227
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
panic: runtime error: invalid memory address or nil pointer dereference #671
Comments
thanks for the report ! If possible can you please provide your |
Looks like the same issue I ask before , check it out: |
It's similar sure, but I tried to change the API_URL with no avail. I get a parse error for |
can you try Also, have you checked your version ? |
panic: runtime error: invalid memory address or nil pointer dereference goroutine 120 [running]: |
@raky35 can you please provide little bit more information ? Your system, fn tool version, your application context etc ? (which command you run when you get the message etc ? what are API_URL env variables if passed ?) As a side note, |
This is an old issue, but I found it googling for a solution to a panic crash while running 'fn apps create myapp' as well. I had the container running on a different port and specifying a correct API_URL fixed the problem. |
When going through the readme on MAC OS X running the command
fn apps create myapp
throws a
panic: runtime error: invalid memory address or nil pointer dereference
The text was updated successfully, but these errors were encountered: