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

Uncaught Phalcon\Mvc\Micro\Exception: Not-Found #59

Open
rann02 opened this issue May 17, 2023 · 1 comment
Open

Uncaught Phalcon\Mvc\Micro\Exception: Not-Found #59

rann02 opened this issue May 17, 2023 · 1 comment
Assignees
Labels

Comments

@rann02
Copy link

rann02 commented May 17, 2023

Description:
I am encountering an issue with running a Docker image that I obtained from your repository. The image fails to execute and throws an "Uncaught Phalcon\Mvc\Micro\Exception: Not-Found" error. However, I have confirmed that I have the correct image from your repository.

Steps to Reproduce:

Pull the Docker image from the repository.
Start the container using the pulled image.
Attempt to run the necessary commands or access the application within the container.
Observe the "Uncaught Phalcon\Mvc\Micro\Exception: Not-Found" error.

My Minimal index.php code:

`<?php

use Phalcon\Mvc\Micro;

$app = new Micro();

$app->get(
'/api/robots',
function () {
echo 'hello';
}
);

$app->handle(
$_SERVER["REQUEST_URI"]
);`

Expected Behavior:
The Docker image should successfully run without any errors and allow access to the application within the container.

Additional Information:

I have ensured that I am using the correct image from your repository.
I have reviewed the documentation and followed the required steps for running the container.
I have tried pulling the image again to rule out any potential issues with the image itself.
I have verified that all the necessary dependencies are installed and configured correctly.
I have examined the logs, but they do not provide any further insights into the issue.

Environment:

Docker version: 23.0.6, build ef23cbc
Operating System: Fedora 38 (MATE-Compiz)

Please let me know if any additional information or logs are required to troubleshoot this issue.

@fizzka
Copy link
Collaborator

fizzka commented Nov 15, 2023

What image (version) did you use?

Could you provide your run script?

@fizzka fizzka self-assigned this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants