Skip to content
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

Bug: Incorrect or not explicit enough fetch manifest errors #15919

Open
djkato opened this issue May 2, 2024 · 0 comments
Open

Bug: Incorrect or not explicit enough fetch manifest errors #15919

djkato opened this issue May 2, 2024 · 0 comments

Comments

@djkato
Copy link

djkato commented May 2, 2024

What are you trying to achieve?

To install an app with a self signed certificate TLS

Steps to reproduce the problem

  1. set up saleor with apps in docker
  2. Use self signed certificates for SSL / TLS in Nginx/Caddy
  3. try to install app through public url through dashboard

the api returns either Error code INVALID on field manifestUrl (when url is http) or Error code INVALID_MANIFEST_FORMAT on field manifestUrl (when url is https).

What did you expect to happen?

To actually get more info as to why. Neither of those truly reflect what went wrong. Ideally propagate the whole curl error or something up to the error message.

The actual error was, that I didn't install the root certificate of my app endpoint in Saleor container. Would've had no idea that that's the case, if I handn't entered the container and tried to curl the manifest manually to see the error.

Logs

No response

Environment

Saleor version: 3.19.11
OS and version: docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant