Questions tagged [ibm-cloud]

The innovative IBM® Cloud platform (previously known as Bluemix) seamlessly merges the powerful infrastructure as a service (IaaS) and the cutting-edge platform as a service (PaaS) to empower businesses in building, running, deploying, and efficiently managing their applications on the cloud. Furthermore, this exceptional platform boasts an extensive array of cloud services available for effortless integration with your applications. It embraces a wide spectrum of programming languages and runtimes such as Java, Node.js, Swift, Go, PHP, Python, Ruby, alongside many others.

PHP integration with IBM Cloud storage

I am encountering an issue while attempting to establish a bucket and upload files on IBM cloud storage using PHP. I keep receiving an error 405 Method not allowed. Despite reviewing the documentation, which suggests utilizing S3, I have opted for the AWS ...

Unlocking User Insights: Step-by-step guide to activating user metrics on IBM Watson

We are interested in tracking the number of times each user accesses the IBM Watson Assistant service from a client application, along with their billing details. I am currently working on implementing user metrics for the Watson Assistant service based on ...

Unable to load static files (css, js) in a Node.js Express and Angular project

I am currently working on a project that is developed using Node.js, Express framework, and Angular.js. The project has been deployed on Bluemix. However, when I try to access the URL in my browser, the static content (such as css and js files) does not lo ...

How can I transfer data to a node in Node-RED using a specified setup and then access the setup again at a later point?

Currently, I am utilizing Node-RED on Bluemix and would like to enable users to upload a document. Below is the relevant code snippet within a function/template of a flow: <form action="/upload" method="POST"> <h1>Upload PDF</h1> &l ...

Missing configuration in the file: Loggregator end point for Bluemix CF App

I'm having an issue with tailing the logs of my deployed app in Bluemix. Even though I successfully deploy it using bx app push [app-name], I encounter this error message: Warning: unable to tail logs The configuration file is missing the Loggregator endp ...

Error message: The protocol "https:" is not compatible with this function. Please use "http:" instead

I decided to use IBM Bluemix for my school project, where I am working on creating a web service. For my project, I need to fetch JSON data from an API in order to utilize the provided information. Currently, I am utilizing the http get method to retrieve ...

Issue with resolving the dependency in the manifest file for IBM Bluemix using NodeJS

I have been utilizing the IBM Blue Mix dev ops build and deploy system for my nodejs application created with the express framework. I made sure to include all necessary files like manifest.yml. Previous issues that I resolved: 1. Added .ymml file manuall ...

Sync live with Bluemix increases the memory capacity of the application

Currently, I have implemented Live Sync for a node.js application. Upon enabling "Live Edit" in the Web Editor, the application undergoes a restart and consumes an additional +258mb of memory. This issue persists even when configuring the application to u ...

Combining Two Runtimes in Cloudfoundry

Can different runtime environments be combined in Cloud Foundry? I have a NodeJS app deployed on IBM Bluemix, but now I also need to run a standalone jar file and it's causing issues. APP/0/bin/sh: 1: java: not found I understand that the app was deploye ...

Access the route information within the Express application on Bluemix

Is there a way for me to access the Bluemix route information in my application? I attempted using VCAP_APP_HOST, but it only returned 0.0.0.0 ...

AngularJS encountered an error: Unauthorized access to restricted URI

Currently, I am utilizing $http.get to access a REST api from IBM Bluemix. However, upon executing the following code snippet: var url = "https://username:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e494859797a487808197 ...

Error in licensing for PHP and JQuery in Bluemix platform

Currently, I am in the process of creating a validation form using Bluemix DevOps. My approach involves utilizing jQuery and PHP to cross-check whether an email address already exists in the database. Here is an excerpt of the code snippet: if(error == 0) ...

Accessing Cloud Foundry from an app: Comparing API and CLI options on IBM Cloud

In my quest to create a Node.js program that executes cf commands like cf a, cf cs, etc., I came across two repositories during my online search. Unfortunately, these repositories do not appear to be official and are no longer being maintained: https://gi ...