Can we use external app without Saleor cloud #440
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey This problem is not related to Saleor Cloud. Likely you have problem with your Saleor configuration. The error you see means that Saleor (during registration) gave invalid config to the app (token, API URL). For self hosted Saleor it can be Please check if this comment works for you #214 (comment) |
Beta Was this translation helpful? Give feedback.
Hey
This problem is not related to Saleor Cloud.
Apps that are hosted by Saleor officially (with
.saleor.app
domain) can be installed only with Saleor Cloud. But all of them are open source and can be self hosted to be used with self hosted SaleorLikely you have problem with your Saleor configuration. The error you see means that Saleor (during registration) gave invalid config to the app (token, API URL). For self hosted Saleor it can be
localhost
instead publically available addressPlease check if this comment works for you #214 (comment)