-
Notifications
You must be signed in to change notification settings - Fork 2k
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
How to run Companion/Uppyserver question #1234
Comments
Closed by accident or on purpose? |
Integrated Uppy in Angularjs, But not able to run companion server. |
+1 |
Regarding Companion, did you follow the instructions at https://uppy.io/docs/companion/? What specific problems are you facing? |
I'm Gettting an Error Like this while running the server |
After creating start.cmd file and running that file getting error SyntaxError: Unexpected identifier |
Could You please eloborate how to run companion server, with proper example. |
@ifedapoolarewaju could you please take a look? |
start.cmd is not a JavaScript file, so you can't run it with node. Run it without anything:
|
Getting an Error Like This F:\uppy\packages@uppy\companion\src\standalone>.\start.cmd F:\uppy\packages@uppy\companion\src\standalone>SET UPPYSERVER_SECRET = ΓÇ£SecretΓÇ¥ F:\uppy\packages@uppy\companion\src\standalone>SET UPPYSERVER_DOMAIN= ΓÇ£localhost:3020ΓÇ¥ F:\uppy\packages@uppy\companion\src\standalone>SET UPPYSERVER_DATADIR = "F:\uppy\Uploaded files" F:\uppy\packages@uppy\companion\src\standalone>SET filePath = F:\uppy\Uploaded files F:\uppy\packages@uppy\companion\src\standalone>node F:\uppy\packages@uppy\companion\standalone\start-server.js Error: Cannot find module 'F:\uppy\packages@uppy\companion\standalone\start-server.js' |
I would not recommend cloning the repository to get Companion. Instead, use
Put Then in your start.cmd, instead of doing something like |
Again This Error F:\Repository>start.cmd |
|
Hi there, sorry for the long wait. Since you've asked your question we've had to make a few changes to how we operate support, as our small team was spending a lot of time on integration help, directly cutting into Uppy development time. Among the changes that we made:
As you see that also means we can't be more helpful in this thread. I am very sorry about that. |
No description provided.
The text was updated successfully, but these errors were encountered: