-
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
Uppy companion - Invalid client_id with error code 4700 #3741
Comments
Hi, couple of things going wrong here:
|
Hi @Murderlon I updated my code by following above steps. import Box from '@mui/material/Box'; import OrgUppy from '@uppy/core'; import '@uppy/dashboard/dist/style.css'; import {Dashboard, useUppy} from '@uppy/react'; import {UppyProps} from './Uppy.types'; const Uppy = (props: UppyProps) => { return ( export default Uppy;` It works to render same UI but still getting error when I click Here is the code for companion's configure.json in server side. |
@Murderlon Can you check it for me?
Best. |
@Murderlon Hope your good advise. |
I'm not sure about windows but you should definitely be able to run it with WSL. |
I've already checked it with WSL2 but still not worked. |
Closing this but feel free to continue the discussion |
Hi Uppy team.
I am one of so many guys who like your app.
Today, I'd like to configurate with zoom and companion standalone server.
Of course, the dashboard ui displays with local file browser and zoom icons.
But when I click zoom connect button, it displays error message.
{"status":false,"errorCode":4700,"errorMessage":"Invalid client_id: Xf7iC7oXQvyy_Cfak4NvsA","result":null}
I used to command
companion --config ./uppycofig.json
.I used JWT key and secret key for setting.
My companion file(uppyconf.json) is here.
I am working on next project.
Here is code for uppy setting.
Here is my environment.
"@nrwl/next": "14.1.5",
"@uppy/companion": "^3.5.2",
"@uppy/core": "^2.2.0",
"@uppy/zoom": "^1.1.0",
"core-js": "^3.6.5",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-is": "18.1.0",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.5",
"tslib": "^2.3.0"
},
My Question is
Which kind of key and secret should I use for zoom companion?
I tried with JWT and SDK. but both of them got error messages.
Hope your good advise soon!
Thanks
The text was updated successfully, but these errors were encountered: