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
Thank you for the additional details. I confirm the problem and made the required fix - see #19. Can you please install the version of the plugin with the fix and see if it helps. To install please issue the below command: npm install capacitor-community/file-opener#bugfix/build-1.0.2-fails-to-install-in-nextjs-project-with-dist
NOTE: i could successfully build and run you app with my change and the initial error is gone. However there is another one but I assume that this is not related to the file-opener plugin - see below
Thanks @ryaa i can confirm it now properly builds with this fix.
The captureException error is due to sentry js missing, i just copied the smallest code to show the error. This is indeed not related and can be ignored.
Describe the bug
Installation of 1.0.2 fails due to type: "module" in package.json.
Possibly related to the use of typescript in a nextjs project.
To Reproduce
See reproducer at https://github.com/arendjantetteroo/capacitor-file-opener-bug
Steps to reproduce are in the readme
Expected behavior
Can be used as 1.0.1 was.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: