-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error during initialization in Vue App — Uncaught TypeError: Cannot read properties of undefined (reading 'prototype') #58
Comments
Unfortunately, your stack-trace isn't exactly helping, but what I can say is that I can see if someone in the team has a moment to reproduce your issue, but it will take some time. Out of curiosity, what is your use-case? What are you trying to solve using |
@kwisatz Thank you for the fast response. This code snippet above is only a test if a connection could be established. I wrote an app with speech to text recognition and the result text should be uploaded to Nextcloud - this is the use case. I use vite for creating the app. "devDependencies": {
"autoprefixer": "^10.4.2",
"daisyui": "^2.6.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"vite": "^2.8.6"
},
"dependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"vue": "^3.2.45"
} The upload to the Nextcloud instance via curl is working and also mount it as WebDAV in nautilus. So I do not have an idea what it's going wrong. |
As I mentioned before, How did you install |
@kwisatz I think I do not know what this mean “used in a browser”. I would like to use this JavaScript module to upload a file to the Nextcloud instance via JavaScript in the Web App. This is the scope of this module, correct? Correct, in this package.json it is not included—I used npm as the package manager and I installed the version 1.2.9. |
@mv-debug think client-server architecture. The code you're working on that uses
The I hope I have been able to explain the difference. |
Hi all, I see an error if I use this module. Do you get in touch with this in the past?
I use it like this:
....
The text was updated successfully, but these errors were encountered: