abelanger5
abelanger5
Hey @nikokon, thanks for the bug report! I've just added the `--verbose` option to `porter run` in version `v0.7.2` of the CLI -- could you give it a try and...
Interesting, this is really useful -- thanks! Here's my best guess at what's happening: 1. `=> porter run --verbose plick-api -- bin/rails c`: for the first run, the message `pod...
> I also experienced the issue when I visit the self hosted instance at https://porter.mydomain.com. I also made sure to set the domain in the config 🤔 Hi @flobaader, just...
@flobaader thanks! Just a few comments/questions based on your env and setup: - I think the issue may be the `SQL_LITE` setup. Make sure you also set the env var...
> `{"level":"warn","internal_error":"user is not authorized","external_error":"user is not authorized","user_id":1,"method":"GET","url":"/api/can_create_project","time":"2022-03-26T10:38:38Z"}` Hey @flobaader -- to clarify, are you seeing the above issue of `stored cookie was not authenticated`, or are you just seeing...
Closing this issue, as it should be resolved by one of the fixes documented below. If you have attempted all of these fixes and you're still seeing the error, we...
@evantahler my apologies, my specific version is using a classic load balancer instead of NLB, so the behavior may be different. I will have to test with the NLB and...
@FeodorFitsner -- yep, go to the "Applications" tab and select "All" for the Filter. You should click on the chart called `nginx-ingress` and click on the "DevOps Mode" button. Then...
If a local Porter instance is running (i.e. started with `porter server start`, which uses the `local` driver by default), this was fixed by #109 However, for external cluster connections...
Hi @supra08, many thanks, but this issue should be closed! Sorry about that. The postrenderer was implemented in [postrenderer.go](https://github.com/porter-dev/porter/blob/master/internal/helm/postrenderer.go).