Zoe Edwards
Zoe Edwards
What are the permissions of your `node_modules` directory? Run: ``` ls -l /usr/local/lib ``` Then look for something like this: ``` drwxr-xr-x 8 myname admin 272 25 Jan 12:30 node_modules...
Could you post the contents of your `sessions_controller.rb`?
I think it’s because the `env[]` is part of the request, try using ``` request.env["omniauth.auth"] ``` instead.
Does `auth_hash` need to be `:auth_hash` on this line? ``` @member = Member.from_auth(auth_hash) ```
On the timestamp problem, how are you generating the timestamp? We use `$model->createdAt = now()->timestamp` and it stores it as a Number.
Ahh that’s annoying. Weird that’s how Laravel handles that, I guess dates are normally strings if not an object. I wonder how deep that goes, possibly it’s changeable.
You’re not being very clear here, what code are you using? What are you ordering and limiting?
Which linter are you using out of interest?
Very happy to help if I can!
I’m more than happy to help out triage issues, this repo is very important to me!