How can i connect the Storj which is cloud file uploading services and Strapi
Here is the link for the storj https://www.storj.io/
Strapi please tell me my whole app depends on the decentralizeation
Related
I have a project that I want to deploy which uses Next.js for the frontend and Express and Node for the backend. I would like to deploy this to heroku (backend) and vercel (frontend) once I finish building it but I have some concerns. Is this file structure ok?
If I have both my frontend and backend in one folder, would this still be possible? How am I able to connect to my frontend from the backend if I deploy on two different hosting services, is it possible to connect to my Next.js frontend from my heroku backend? In my backend I have a .env file which will contain my MongoDB URL to the database, how do I attach my .env file to the heroku backend so it can read it?
I'm a bit confused on this topic and some help would be greatly appreciated!
The situation I met is that.
I design a frontend app by React, but I want to connect to MongoDB.
From what I knew so far, I could only connect to MongoDB in the backend. So, I use the express to set up a server but when I try to connect the frontend to the backend, the answer I found seems to tell me that I should run the server and the app on different domains, so I should run the server and app on different Heroku apps.
Could I put the server and app in just one Heroku app and connect between them?
I am dockerizing an asp.net mvc app with base image microsoft/aspnet (framework 4.8). I am able to deploy the app in an Aws Ec2 instance and was able to launch the app successfully but search AD users module seems to be failing. C# Directory sevices is failing connect to Ldap service and getting service not found error. I am able to do this search using the same code from local Machine and from a console application hosted inside the server.
Any thoughts?
I have made a simple comercial project where i used my own cms just for help client upload photos on his page. Its very primitve so i decided to use strapi.io because of better UI/UX.
My question is where I can deploy strapi. Server where site is hosted doesn't support node.js so it has to be external server. I'm thinking about Heroku but I don't know if it will work and how it should handle img files. It will be nice if solve of this problem won't generate additional costs.
Please, help!
If you don't have a DB hosted, you could look at using Mlab which is cloud database service that hosts MongoDB.
There is a useful Strapi blog post that walks you through deploying it to Heroku here: Deploying a Strapi API on Heroku
From their documentation
Heroku
AWS
Digital Ocean
Google App engine
There was a service called Redhost (redhost.cloud) which specialized in Strapi server hosting.
I'm trying to use qbwc gem my RoR app to connect to the standard Quickbooks with QuickBook Web Connector.
I have deployed my app on Heroku. when I try to load the qbc file I get the following error:
QBWC1048: QuickBooks Web Connector could not verify the web application server certificate
I'm using Heroku default domain which according to the Heroku documentation it serves https.
What am I missing?
What is the best approach to solve this?
Use the Heroku default domain name e.g. https://yourappname.herokuapp.com.
If you are attempting to use a custom domain name you must configure an SSL Endpoint on Heroku.
The QuickBooks Web Connector wants a valid SSL cert.