Markus Amalthea Magnuson
                                            Markus Amalthea Magnuson
                                        
                                    @baronkoko Add `` somewhere in your template.
I'll try and think of something. I'd need to research it a bit so the suggestions are actually good practices.
When I run the `.osx` file from within my home directory: ``` ./.osx 2014-02-11 17:09:52.277 systemsetup[44935:1403] ### authenticateUsingAuthorizationSync error:Error Domain=com.apple.systemadministration.authorization Code=-60007 "The operation couldn’t be completed. (com.apple.systemadministration.authorization error -60007.)" ```...
10.9.3
It looks something like this: ```python @strawberry_django.type( Customer, filters=CustomerFilter, fields=[ "name", ... ], ) class CustomerType: name: auto org: OrgType @classmethod def get_queryset( cls, queryset: QuerySet[Customer], info: Info, **kwargs )...
It's at the root, if I understand your question correctly. At the top level I have something like this: ```python @strawberry.type class Query: customers: CustomerType | None = strawberry_django.field(extensions=[auth_required]) ......
I'm getting the exact same error and trace with a `next.config.js` as simple as: ```typescript const { withSentryConfig } = require("@sentry/nextjs"); const nextConfig = { sentry: { hideSourceMaps: true, },...
> @alimony Is this also in an Expo app or standalone? Not an Expo app, it's a fairly simple Next.js app.
> @alimony Can you check for me what version of the webpack plugin is in your node modules? 2.14.2 > Oh, also, are any of you importing `next.config.js` inside your...
> > 2.14.2 > > That is the culprit. It should be something on version 1.x. Can you check your lockfile why it is on version 2? Because I explicitly...