Skip to content

baseUrl parameter #75

Description

@aleswita

Version: 3.2.6

Bug Description

This commit 6611044 adding baseUrl parameter.
But if application contain Nette/Http package without \Nette\Bridges\HttpDI\HttpExtension, you got an exception Service of type Nette\Http\IRequest not found. Did you add it to configuration file?

Steps To Reproduce

public static function boot(): Configurator
{
	$configurator = new Configurator();

	$configurator->defaultExtensions = [
		'di' => [
			DIExtension::class,
			[
				'%debugMode%',
			],
		],
		'decorator' => DecoratorExtension::class,
	];

	...

	return $configurator;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions