I made a Push Notification service instance two weeks ago, and now I can't find it. There is a new UI, and I can't find where my old service is located.
Thanks!
The Bluemix Mobile tab has recently been updated with a new dashboard, and now the user is greeted with a Mobile Projects page.
You can find your old service instances by clicking the Services tab at the top of the page.
Mobile Projects:
Click the Services tab.
Mobile Services:
Related
I am developing an action using "Google Action". I have deployed the action as given in the deployment documentation.
Now I want other users to integrate or connect their Google Home device to this action. How can I do that?
See the section Confirm Your Deployment under the page you have linked to. Your Action will be reviewed and, once approved, will be Deployed and available for others to use.
Until it has been approved, you can only let others test it using the same scheme you are using to test it.
Pro Tip: You can deploy your action to the public by using https://01234567890.firebaseio.com/.json as your fulfillment endpoint.
I have been following through the instructions for the 'learn chaincode' example in the Bluemix Blockchain service, but what I am seeing the console does not match up to the instructions.
I only see 3 tabs, 'Network', 'Live Logs' and 'Blockchain', but the instructions talk about an 'APIs' and 'Deploy' tab.
Has something changed or got broken?
Yes, there are APIs. You should be able to access them in the API Tab within the Blockchain Service Dashboard.
I have created a MobileFirst starter app on the Bluemix platform. I am using the default code generated on an app creation. On app start, cf logs <appname> shows
ERR Instance (index 0) failed to start accepting connections
Is there any issue with the US-South region?
What could be causing this issue?
We are not aware of any ongoing issue in US South as you can see on the Bluemix Status Page. I've just tried to create a new application using the MobileFirst Services Starter (leaving all the default settings): I'm able to see the example "HelloTodo" page and there are no errors in the logs. I used both the Classic UI and the "New Experience" UI. I suggest you to try again, it should work.
I am new to HANA Cloud portal. I have created a standalone SAPUI5 Application following the below steps:
SAP HANA Cloud Platform
I have not set any destinations since I am using dummy data for now. The app works fine standalone but when I add it to a site in the HANA cloud portal the application fails with the error "could not open App.Try again Later". I have followed the below steps. Please let me know if I have missed put anything:-
1) Created a site from the site directory screen with a blank site temppplate.
2) Next I selected the app I want to add into the site from the account apps section in the left navigation inside the flpportal service and added it[using the forward icon].
3) Then when I try to add it as a menu configuration it shows up in the list and gets added but when I publish the site I get the above error mentioned.
Am I missing any step or doing it wrong altogether? BTW I am using a HANA trial account for now.
Also, I would like to know whether this is the correct way to do it. Also, any documentation on the same will be helpful
Adding the error description. The name of the app is Kpidemo:
This may be a vague question but I have been unable to find any help/tutorials specific to my situation and am stuck.
I have built a website using Eclipse (Dynamic Web Project.) I then deployed this application using Tomcat and can see it by going to localhost, however, I am struggling on how to actually deploy it to the cloud.
I am trying to use Google App Engine but am open to other (free) alternatives for deploying my web application.
With Google App Engine, I registered for an account, made a new project, connected it to my github repository and confirmed the correct code is listed.
However, when navigating to project_id.appspot.com (mine is http://mapp-development.appspot.com) I get a 404 error.
I have attempted various deployments and even made an entirely new Google Web Application Project in Eclipse for testing which worked but weirdly deployed to http://1-dot-mapp-develop.appspot.com/ and is the test files which I do not know how to correctly modify.
Is there any way to upload/deploy my existing web application to Google App Engine (as a .war or otherwise)?
I am new to web development and apologize for any unclear specifications. Any help would be greatly appreciated!
Edit: I have also tried (in Eclipse) right clicking the project and choosing "Deploy to App Engine" under Google however it states "mapp-website is not an App Engine project".
Edit2: I had a stupid mistake, I confused my Project ID (mapp-development) and app id (mapp-develop). I am able to successfully make a new Google web project and deploy it to mapp-develop.appspot.com
Sorry for the trouble!
Here are three ways to deploy:
Make an App Engine project in Eclipse
Deploy via Git
Deploy via GitHub
It seems like you tried #1 with a project named 1-dot-mapp-develop. If you select deploy from Eclipse, a dialog box will pop up with a link to "App Engine Project Settings" where you can change the project name (to mapp-development and version).