tsingson / ra-postgrest-client

react-admin's dataProvider for postgREST
MIT License
3 stars 2 forks source link

"token is null" & "Cannot read property 'length' of null" #9

Open cpursley opened 4 years ago

cpursley commented 4 years ago

I see "token is null" in Firefox and "Cannot read property 'length' of null" in Chrome.

If I put a take token into local storage ("token":"fake-token-value"), I see "stringify is not defined".

I'm using the postgrest backend from this example: https://github.com/mattddowney/compose-postgrest

Any advice?