Matthew Enderle
Matthew Enderle
+1 for me. I temporarilly patched it by commenting out line 559 in `node_modules\@fortawesome\vue-fontawesome\index.js` and replaced it with `return false;`
I think I came across something. If you're using SSR it has issues with it. Here's what I did. I'd submit a pull-request, but I'm not exactly sure how to...
> @Matthewenderle are you using the `library.add()` feature to add icons? Yes, I am. ``` import { library, config } from '@fortawesome/fontawesome-svg-core'; import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'; import {...
> I am having the same issue with the exact same config Did you try my solution? I just had to reapply it as my package updated. The line number...
this isn't the best answer, but it works... [Archive.org](http://web.archive.org/web/20240221220521/https://sidebase.io/nuxt-pdf/getting-started/quick-start)
I'm not familiar with Vercel's ISR, but a super quick google makes it sound like, as others stated, it's a cache issue. Is there a way to modify the headers...
I just looked into this a little more this morning. It does appear that you shouldn't use ISR on any pages of an authenticated site as it can cause cookie...
I'm not sure how WP does it either, but I know that on my instances I don't cache the response. I cache the API data on the Nitro server since...
I do agree that this can be a little annoying. I just got caught up on this because I pushed my `SUPABASE_KEY_DEV` to my coolify and it was not happy....
If you're asking to be able to "impersonate" a login as another user, this is how I do it. I first guard so admins can't be impersonated, and admins are...