Lukasz Ostrowski

Results 118 issues of Lukasz Ostrowski

Sentry should have clear view on production errors and dev can be filter out

bug

To enable easier transition from Local Apps (trying out) to "full" apps with all the features, CLI can help with generating manifest

# Context CLI should allow to create entire Saleor stack for local development with a single command. Now, Saleor Platform must be discovered, while CLI is possibly the main developer's...

https://github.com/saleor/app-sdk/pull/321 once put out of experimental phase

https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks - Add docs for sync webhooks - Update async webhooks to use snippets from new app sdk

documentation

related issue https://github.com/saleor/apps/issues/1004

core

https://apps.saleor.io/ cross link app documentation with the landing page also link changelog files to docs (metadata bar)

app store
apps

Currently, the files in `/public/.well-known/...` are copied from schemas in `src/schemas`, we should return them in API routes + do some Next.js Redirects

apps

Currently app-sdk has only Next.js node runtime handlers. We can expose handlers built for Edge runtime, that will open Edge Config and other runtimes like Deno, Cloudflare