jeangnc/us-visa-bot

Login Error

payamf1 opened this issue · 1 comments

Updated the base URI to en-ca and passed all the necessary variables but I am getting "Error: You need to sign in or sign up before continuing."

Everything is setup as usual, any thoughts on what could be causing this?

All good.

  1. Facility ID is a number. For example, Toronto is 94.
  2. export doesn't like whitespace between var and value so (username = 'test' needs to change to username='test). I ended up removing those and put it in my index.js file.