Replies: 2 comments 1 reply
-
|
Hey, easiest way to get help would be checking our discord. You can also try to debug it yourself - slack app is just an example and it may not be working. Maybe logs show something valuable? |
Beta Was this translation helpful? Give feedback.
-
|
The example app is using a deprecated endpoint which does not exist, the correct API is the manifest endpoint which requires an admin Token to be called. I still ran into a bunch of other issues with APL, like you upstash is properly set and it's saving the config to Redis. Workaround: Trying to customize Saleor has been a PITA |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to test Slack app in dev env. I run Saleor inside Docker with Saleor platform and slack app locally. The Slack app is tunneled, so while installing I insert https://<url_tunnel>/api/manifest. I checked Upstash and the key is well saved while installation.
I see 400 error when the api tries accessing the https://<url_tunnel>/api/configuration.
My env file presented as such:
Any ideas on the route cause ? I tag @lkostrowski as you seems to be the biggest contributor.
Beta Was this translation helpful? Give feedback.
All reactions