-
79 package suggestions were added by new dependencies, use `composer suggest` to see details.
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Gen…
-
In socioboard-api/User/user.server.js:
```
app.use(
session({
name: 'session_name_from_config', //here
keys: ['key1_from_config', 'key2_from_config'], //and here
resave: false,
…
-
CSS files and what not aren't loading, because they are pulled from http instead of https.
![image](https://user-images.githubusercontent.com/9883910/162004708-24a85ad9-b38d-44b9-9a38-3579003200b8.…
-
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/var/www/socioboard/socioboard-api/User/core/unauthorized/unauthorized.routes.js' imported from /var/www/socioboard/socioboard-api/User/resources/rout…
-
On running user service by npm run dev, it shows shows success in terminal
`ip-192-168-225-153:User dinesh$ npm run dev
> suresh-babu-g@1.0.0 dev
> node ./resources/views/swagger.config.js && no…
-
When I'm trying to star the service Im geting errors.
Using nodemon user.server.js
[nodemon] 2.0.13
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watchin…
-
#300
May I know where function "remove3DaysBeforeScheduleInfo" comes from? Is it from library or socioboard api? Because I can't found any reference to that function.
Even though I updated with new…
-
I have followed all the steps till starting the node services.
when I try to start the node service using **pm2 start user.service.js** it gives error: **[PM2][ERROR] Script not found: /Social_boar…
-
library directory is missing from the socioboard-api directory. If it is renamed as Common please update in readme as well.
-
Hello, can you help me or update socioboard to upload video post using chunked upload? Socioboard's current function don't use chunk and no "media_category" parameter set when intialize video upload, …