Steven Thate

Results 19 comments of Steven Thate

Darn, I was hoping it would be that simple. After removing the `:` the problem persists. And the sample `curl` command returns that `{"errors":[{"message":"Not authorized"}]}` message, and it has the...

Hmm, I'm not sure what I have going on. After adding that line to the `` directive like you showed I was getting the same errors. So I spun up...

Sorry for the delay. Here's what I get from that: ```html /Users/Steven/Code/craft_test/vendor/markhuot/craftql/src/Controllers/ApiController.php:55: array (size=0) empty /Users/Steven/Code/craft_test/vendor/markhuot/craftql/src/Controllers/ApiController.php:56: boolean false ```

Editing `.htaccess` itself (the only one in `web/` right?) didn't have any effect, ugh! Here is what my `.htaccess` looks like after the edit: ``` SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 RewriteEngine...

@markhuot I updated MAMP today, but am having the same issue. @magicspon I haven't attempted any of this on a staging or live server. That is interesting.

@magicspon even Homestead does it for you locally? I was thinking of trying to spin one of those up today to test. I suppose I still could. Since I have...

@markhuot and @magicspon : I just finished upgrading to Mojave. I also upgraded from MAMP PRO 4.x to 5.x. I wish I knew what changed or fixed it... but the...

@jan-dh I closed it because my issue was at least resolved, though perhaps not _solved_ nearly a year ago. It looks like there's quite a bit of activity back on...

I will leave it to the powers that be to deem this issue close-worthy or not 😆 Glad you got it working!

Has anyone else here experienced any similar issues when attempting basic mutations in 2.0.0 beta?