saleor-apps-redis_apl/.changeset/olive-singers-promise.md
Lukasz Ostrowski dab0f937dd
Invoices: Add debug logs and better temp pdf location (#265)
* Invoices: Add debug logs and better temp pdf location

* Fix test

* maybe fix test

* log debug test

* set local dirname

* wip

* wip

* wip
2023-03-15 09:38:13 +01:00

318 B

saleor-app-invoices
patch

When TEMP_PDF_STORAGE_DIR env is not set, app will automatically create and write to _temp directory relative to file that resolves a path. In development this will be a file inside .next folder. In production it's recommended to set TEMP_PDF_STORAGE_DIR, especially using Vercel