Fix workspace and profile picture upload (#13269)
This commit is contained in:
@ -64,6 +64,14 @@ const bootstrap = async () => {
|
||||
}),
|
||||
);
|
||||
|
||||
app.use(
|
||||
'/metadata',
|
||||
graphqlUploadExpress({
|
||||
maxFieldSize: bytes(settings.storage.maxFileSize),
|
||||
maxFiles: 10,
|
||||
}),
|
||||
);
|
||||
|
||||
// Inject the server url in the frontend page
|
||||
generateFrontConfig();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user