mbergen
mbergen
To pass a filename, you will need to use multipart upload, as described here: https://swagger.io/docs/specification/describing-request-body/file-upload/
> @mbergen At the document you linked, single file uploads are described as: > ```yaml > requestBody: > content: > multipart/form-data: > schema: > filename: > type: string > format:...
It seems like `service_healthy` also does not work. `service_started` is the equivalent to no condition (default) and therefore works. Would be great to get these working!
> Actually, i think podman waits for the healthiness anyway, so anything one specifies behaves like `service_healthy`. Last time i checked it podman was not executing any healthchecks, it was...
Reading this, it seems like there are no plans to ever support `nuxi generate`, is that correct?
> What's your usage of authentication on a nuxt generated application? I have an API I need to authenticate against with an OpenIDConnect token, which the generated nuxt frontend needs...
> One of the issue when dealing with static generated content is when you have the Auth state in the header for example, then the "login" button will be generated...