Jim Haakman
Results
3
issues of
Jim Haakman
I've encountered a problem when deploying CraftQL to production. And devmode is not active. In `markhuot\CraftQL\Services\GraphQLService.php` ``` $debug = Craft::$app->config->getGeneral()->devMode ? DebugFlag::INCLUDE_DEBUG_MESSAGE | DebugFlag::RETHROW_INTERNAL_EXCEPTIONS : null; return GraphQL::executeQuery($schema, $input, null,...
Hi, In the example for Vercel domains I see a domain named cname.platformize.com and not cname.vercel-dns.com. This made me think, how would I create a custom cname domain for my...
question