From 5a3d5148a9d52487f102e52bd079006c916075c9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 27 Oct 2022 16:13:04 +0200 Subject: fix(web/ui): Disable configuration of basePath This change removes the ability to configure the basePath of the Next.js application using the Quarkus extension. This functionality was brittle due to relying on Next.js internals coping with out replacement strategy. We should wait for Next.js to implement proper support for changing the base path at runtime before making this functionality available again. --- opendc-web/opendc-web-ui/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-web/opendc-web-ui') diff --git a/opendc-web/opendc-web-ui/build.gradle.kts b/opendc-web/opendc-web-ui/build.gradle.kts index 19f63353..79160a2e 100644 --- a/opendc-web/opendc-web-ui/build.gradle.kts +++ b/opendc-web/opendc-web-ui/build.gradle.kts @@ -84,7 +84,6 @@ val buildTask = tasks.register("nextBuild") { args.set(listOf("run", "build")) val env = listOf( - "NEXT_BASE_PATH", "NEXT_PUBLIC_API_BASE_URL", "NEXT_PUBLIC_SENTRY_DSN", "NEXT_PUBLIC_AUTH0_DOMAIN", -- cgit v1.2.3