Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to fix repeated issues with loading the page, viewing PDF pages, and making edits to PDFs. #4753

Open
1 task done
micheltrillo opened this issue Dec 28, 2024 · 0 comments

Comments

@micheltrillo
Copy link

Describe the bug

SyntaxError: The requested module '/src/services/documentService.ts?t=1735302262283' does not provide an export named 'addSignatureField'

and

SyntaxError: The requested module '/src/services/documentService.ts?t=1735302262283' does not provide an export named 'AccessDeniedError'

This won't allow the initial page to load or view documents.

Link to the Bolt URL that caused the error

https://bolt.new/~/sb1-a426e94p

Validations

  • Please make your project public or accessible by URL. This will allow anyone trying to help you to easily reproduce the issue and provide assistance.

Steps to reproduce

Just run the file. It won't load the page.
If it loads, click the "View" document button...but thta wont load anymore either.
If it loads, click the "Edit" button and attempt to delete a Signature field or add one or move one. Kinda works, but the main issue here is that it wont Save the document edits.

Expected behavior

It's supposed to load a page of uploaded PDFs.
Then I should be able to add Signature fields, move or delete them. Upon editing I should be able to save the Signature instances and positions on the PDF. It simply won't save. It worked before only one time, then Bolt changed something that stopped it from working properly.

Screen Recording / Screenshot

https://www.loom.com/share/28169d15883343e4a532a7223f2d2b08?sid=10f25302-405e-4905-85ad-c257025ab716

Platform

Browser name = Chrome
Full version = 131.0.0.0
Major version = 131
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 324996407,
  "usedJSHeapSize": 318770811,
  "jsHeapSizeLimit": 4294705152
}
Username = micheltrillo
Chat ID = fd86c3f8e12d

Additional context

SyntaxError: The requested module '/src/services/documentService.ts?t=1735302262283' does not provide an export named 'addSignatureField'

and

SyntaxError: The requested module '/src/services/documentService.ts?t=1735302262283' does not provide an export named 'AccessDeniedError'

This won't allow the initial page to load or view documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant