Closed wackyesolution closed 1 year ago
Hello guys, anyone has a resolution for my issue? Do you have some problem such like mine using upstash APL or not?
Hey @wackyesolution , we will look into that.
I will try to fix it manually meanwhile I'm glad I wasn't making a mistake in the configurations. Do you have in mind a fix in the future for the next releases?
@krzysztofwolski is looking in to that at the moment, we will release a fix this week
The problem is caused by JWKS that is saved in Upstash, we will probably encode it to base64
The fix has been added in the latest release: https://github.com/saleor/saleor-app-sdk/releases/tag/v0.37.3 @wackyesolution Thanks again for reporting the issue
I am facing an issue while configuring Upstash APL in Saleor apps. Specifically, in the application "saleor-app-checkout" (present in the frontend), I have successfully configured Upstash using the following variables:
APL=upstash, UPSTASH_REDIS_REST_URL= URL, and UPSTASH_REDIS_REST_TOKEN= TOKEN.
However, in the Saleor apps like "saleor-app-cms" and "saleor-app-slack," I am only able to use APL=file, but I want to use Upstash.
Steps to reproduce the issue:
Result:
When I try to load the manifest, it fails to write the APL on Upstash and fails with an error from the frontend: "Registration failed: could not save auth data," while in the app's terminal, with active debugging, I receive this error:
Note: