worldcoin / developer-portal

The Worldcoin Developer Portal provides tools to interact with the Worldcoin SDK. Easiest way to get started with World ID.
https://developer.worldcoin.org
MIT License
59 stars 31 forks source link

[Fix] fix for image caching #649

Closed andy-t-wang closed 4 months ago

andy-t-wang commented 4 months ago

Fix image cache permission issue in datadog ⨯ Failed to write image to cache Mh8l5UFbTGA5nKOeFglEcL-ZNiLbLdYtN8O9Q+MaD8k= [Error: EACCES: permission denied, mkdir '/app/.next/cache/images'] {

Right now we create the .next file after we change ownership which is causing permission issues since permissions are assigned to the creator of the file and in this case it's root.

Completes WID-606