Will Johnson

Results 15 comments of Will Johnson

Happy Friday @BurntSushi, I just wanted to check and see if there is anything else you would like me to address?

Good afternoon, I just wanted to follow up on this. Let me know if there is anything else I need to address.

I'm on OS X Ventura (13.4) and setting the following environment variable as @jgrund stated worked for me: ``` export DYLD_FALLBACK_LIBRARY_PATH="$(xcode-select --print-path)/usr/lib" ```

Try the following: 1. On the link, set your href to something like: href="/auth/facebook?returnTo={{location}}" where {{location}} is the value of $location.url(); Then, in your express router: ``` // Redirect the...