-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use client #69
Comments
Now I can run into Login page, I just replace useAppData() hook like this:
But now I reach a CSRF Error into server:
request:
|
I can't even run the project. When I run a build, it always fails and I get errors like this:
When I look in the node_modules folder, the status prop does exists. Does anybody know why this is happening? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I just found your repository, it's exactly want I want to make, I'm trying to test and use client, but can't login.
When I run client, I just have a blank page and an error message in console:
I can see that there is dummy data for using in dev mode but receive forbidden access from server.
I there any thing I forgot to do ?
Thank you.
The text was updated successfully, but these errors were encountered: