Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Not found #3

Open
ghazanfarabbas opened this issue Sep 8, 2021 · 1 comment
Open

404 Not found #3

ghazanfarabbas opened this issue Sep 8, 2021 · 1 comment

Comments

@ghazanfarabbas
Copy link

Hi

I am trying to test the print label app but getting the 404 not found error:

Please check the manifest.yml as well. Any idea what I am missing?

approuter URL(trying to access the app with the URL): https://mytest.cfapps.eu10.hana.ondemand.com/printlabel

manifest.json
{
"_version": "1.12.0",
"sap.app": {
"id": "printlabel",
.....
}
manifest.yml
{

applications:

  • name: approuter
    routes:

    TODO replace a placeholder with the value of your choice

    • route: https://mytest.cfapps.eu10.hana.ondemand.com
      path: approuter
      memory: 128M
      buildpacks:
    • nodejs_buildpack
      env:

      TODO replace placeholders with the previously chosen routes

      destinations: '[
      {"name": "backend", "url": "https://mytest.cfapps.eu10.hana.ondemand.com/printlabelbackend", "forwardAuthToken": true},
      {"name": "frontend", "url": "https://mytest.cfapps.eu10.hana.ondemand.com/printlabelfrontend"}
      ]'
      services:

    TODO replace placeholder with the name of the same instance that is used by the backend application

    • psrvauth
  • name: backend
    memory: 1024M
    timeout: 300
    routes:

    TODO replace a placeholder with the value of your choice

    TODO replace placeholders with the existing service instances names

    • psrvauth
    • psrvsender
    • psrvreceiver
  • name: frontend
    routes:

    TODO replace a placeholder with the value of your choice

@JTR7
Copy link

JTR7 commented May 15, 2024

Is there anyone supporting this scenario? I've also came across the same issue 404 Not Found. Thought it was related to deprecated UI5 library versions. I've changed them but still experiencing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants