-
Notifications
You must be signed in to change notification settings - Fork 23
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
Connecting to Saleor – Invalid Token Error #16
Comments
I will add a logger that should be there anyways to help us debug, but before that please tell me which Saleor version are you using? |
I've tried 3.0 and the one that is on main branch – on both is the same problem. |
The logger is (was) there. Please set the |
@wrobelp I was facing the same issue, I figured out that saleor's When I was using |
For three days now I'm trying to connect this framework with saleor-platform. I constantly getting response from GraphQL that token is invalid.
The only way to install this app for me is to run install_app on saleor platform – it always fails on creating webhooks, but then I can click retry on the Dashboard and then it works. However trying to /products/ on complex app always fails with the same problem as creating webhooks – saleor responds that token is invalid. The same happends if I try to validate token on GrapQL Playground.
This token was generated a minute ago and not working.
What am I doing wrong? It seems like saleor-platform and this saleor-app-framework-python not working toghether.
When I try to install_app
on saleor-platform:
on saleor-app-framework-python
Trying to create_app
on saleor-platform:
on saleor-app-framework-python:
This is what I get on /products on saleor-app-framework-python side after install_app and retry on Dashboard:
It there anything I can do to fix this?
The text was updated successfully, but these errors were encountered: