Login Error
payamf1 opened this issue · 1 comments
payamf1 commented
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?
payamf1 commented
All good.
- Facility ID is a number. For example, Toronto is 94.
- 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.