Gary
Gary
@joshuaellis sure! node 18.14.0 npm 9.4.2 yarn 1.22.9 Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy created a new test instance with `yarn create create-strapi-app@latest test_strapi --quickstart`...
> { > "user_id": "default_user_id", > "user_role": "proxy_admin", > "send_invite_email": false > } works perfectly!
I've been battling this behavior for the past two days. I'm using `` to catch an error from my `Events` component, like this: ```ts {#snippet failed(error)} {error} {/snippet} ``` For...