You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am trying to use this library to read EXIF data from my own photos to display on my website. I have a backend server with pocketbase that returns a file url, which is downloaded with the fetch function and converted into an ArrayBuffer. My website is written in Next.js, and the actual parsing of the Exif data is happening on the server-side of Next.js (I am using the beta version 13).
This is the error:
Critical dependency: the request of a dependency is an expression
Import trace for requested module:
./node_modules/exifr/dist/full.umd.js
./src/app/(photos)/view/ÄphotoidÅ/page.tsx
Couldn't load fs
Couldn't load zlib
ä params: ä photoid: 'snow' å, searchParams: äå å
ä photoid: 'snow' å
search factor: snow
snow http://127.0.0.1:8090/api/files/n14p59tmhilesp5/b0p1pugmpxb6n8d/dsc_0241_b1mRMX9pz2.JPG
ä params: ä photoid: 'snow' å, searchParams: äå å
ä photoid: 'snow' å
search factor: snow
snow http://127.0.0.1:8090/api/files/n14p59tmhilesp5/b0p1pugmpxb6n8d/dsc_0241_b1mRMX9pz2.JPG
Couldn't load fs
Couldn't load zlib
Hello. I am trying to use this library to read EXIF data from my own photos to display on my website. I have a backend server with pocketbase that returns a file url, which is downloaded with the fetch function and converted into an ArrayBuffer. My website is written in Next.js, and the actual parsing of the Exif data is happening on the server-side of Next.js (I am using the beta version 13).
This is the error:
Code:
I am not sure what to do, any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: