Istvan Fedak

Results 6 comments of Istvan Fedak

The log file was too large for the comment section. Here's the full log file: [full.log](https://github.com/cloudflare/terraform-provider-cloudflare/files/8372038/full.log)

I validated that the token had enough permissions to create the zone using the API: - POST {{base_url}}/client/v4/zones - PATCH {{base_url}}/client/v4/zones/{{zone_id}} Cloudflare support ticket number: https://support.cloudflare.com/hc/requests/2517132

Its strange that I can use the token to create resources via the API but when I use it in the Terraform provider it fails.

I'm also experiencing the same issue. When I remove autofocus and recompile it works with a double tap Bad workaround: ```dart import 'package:flutter/foundation.dart'; final isWebMobile = kIsWeb && (defaultTargetPlatform ==...

Same facing the same issue when compiling for Web and accessing the website via a mobile browser on iOS