Andrew Westrope
Andrew Westrope
The link to the css expects to be viewed from 'outside' the vm (ie port 8000) so when the pdf is rendered from within the vm it fails to load...
Is it still the case that this is not possible?
Not pretty but a workaround: ``` NovaBelongsToDepend::make('Client') ->options(\App\Models\Client::all()) ->hideWhenUpdating(), BelongsTo::make("Client")->readonly(function ($request) { return $request->isUpdateOrUpdateAttachedRequest(); })->hideWhenCreating()->hideFromIndex(), ```
OK, thanks for the response. Let me look into the code and see what needs to be done
Quite right, forgot i switched to https://github.com/craigpaul/laravel-postmark
The way I acheieved this is listen for the Illuminate\Mail\Events\MessageSent Event and in the listener you can retrieve the ID ``` public function handle(MessageSent $email) { $email->message->getHeaders()->get('X-PM-Message-Id')->getValue() } ```
Is there a workaround for this?
@Lavoaster yes totally, Have changed install scripts on production servers to `composer update --no-plugins` (and other flags such as `--no-dev`) and all good.
@janhartigan you're right. However `--no-plugins` works fine with `composer install`.
Logs now tunnel has failed: ```` ----------------------------------------------------------- Add-on: Cloudflared Use a Cloudflare Tunnel to remotely connect to Home Assistant without opening any ports ----------------------------------------------------------- Add-on version: 4.2.10 You are running...