Emails & Messaging app returns "Missing auth data" on save #1080
Replies: 1 comment 1 reply
-
Hi @falko-burghausen, are you also self-hosting the app? Installing our deployed apps (in this case emails-and-messages.saleor.app) is only possible in Saleor Cloud. If you'd like to use the app on a self-hosted Saleor you will also need to self-host the Emails & Messages app (for example on Vercel). To do that, please follow this guide: https://docs.saleor.io/docs/3.x/developer/extending/apps/developing-apps/app-examples#saleor-apps After you've forked the repo, you'll need to configure the environment variables for the app: https://docs.saleor.io/docs/3.x/developer/extending/apps/developing-apps/app-examples#environment-variables. Specifically you'd need to set up an APL. For production, we suggest using Upstash APL: https://docs.saleor.io/docs/3.x/developer/extending/apps/developing-apps/app-sdk/apl#upstashapl |
Beta Was this translation helpful? Give feedback.
-
Hi,
I installed the emails & messaging app in a self-hosted Saleor setup, the app is running and I am able to start with the configuration. However, as soon as I try to save the SMTP configuration, I get an error message "Missing auth data". The authorization bearer token is set in the header in this request, also the Saleor API URL header is set to the correct value. Saleor Dashboard and core are both running on v3.16.1. The SMTP credentials are definitively correct, as I am already using them with the deprecated email plugin, although I think this error has nothing to do with the SMPT credentials.
Any idea what could cause this issue and how to resolve it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions