Skip to content

Comments

YJDH-723 | Shared frontend: Remove unnecessary .env.kesaseteli dotenv loading#3885

Merged
karisal-anders merged 1 commit intomainfrom
YJDH-723-del-shared-ks-env-load
Feb 16, 2026
Merged

YJDH-723 | Shared frontend: Remove unnecessary .env.kesaseteli dotenv loading#3885
karisal-anders merged 1 commit intomainfrom
YJDH-723-del-shared-ks-env-load

Conversation

@karisal-anders
Copy link
Collaborator

@karisal-anders karisal-anders commented Feb 13, 2026

Description ✨

Shared frontend: Remove unnecessary .env.kesaseteli dotenv loading

As mentioned in 246be9b in PR #3883

NOTE: Only a single code uses .env.kesaseteli anymore, and that's in
/frontend/next.config.js the loading of .env.kesaseteli:

const { parsed: env } = require('dotenv').config({
  path: '.env.kesaseteli',
});

which is actually weird, as that's the next.config.js file for the
monorepo's shared frontend, not Kesäseteli specific at all! This can
be removed in another PR handling the shared parts of the monorepo.

Remove the above leftover loading of .env.kesaseteli file from shared frontend code.

Related

Screenshots 📸

Additional notes 🗒️

As mentioned in 246be9b in PR #3883
> NOTE: Only a single code uses `.env.kesaseteli` anymore, and that's in
> /frontend/next.config.js the loading of `.env.kesaseteli`:
> ```
> const { parsed: env } = require('dotenv').config({
>   path: '.env.kesaseteli',
> });
> ```
> which is actually weird, as that's the next.config.js file for the
> monorepo's shared frontend, not Kesäseteli specific at all! This can
> be removed in another PR handling the shared parts of the monorepo.

Remove the above leftover loading of `.env.kesaseteli` file from shared
frontend code.

refs YJDH-723
@sonarqubecloud
Copy link

@azure-pipelines
Copy link

YJDH-KESASETELI-API branch is deployed to platta: https://yjdh-kesaseteli-pr3885.api.dev.hel.ninja 🚀🚀🚀

@sonarqubecloud
Copy link

@azure-pipelines
Copy link

EMPLOYER branch is deployed to platta: https://kesaseteli-pr3885.dev.hel.ninja 🚀🚀🚀

@azure-pipelines
Copy link

HANDLER branch is deployed to platta: https://kesaseteli-handler-ui-pr3885.dev.hel.ninja 🚀🚀🚀

@azure-pipelines
Copy link

YJDH-HELSINKILISA-API branch is deployed to platta: https://helsinkilisa-pr3885.api.dev.hel.ninja 🚀🚀🚀

@azure-pipelines
Copy link

APPLICANT is deployed to platta: https://helsinkilisa-ui-pr3885.dev.hel.ninja 🚀🚀🚀

@azure-pipelines
Copy link

YOUTH branch is deployed to platta: https://nuortenkesaseteli-pr3885.dev.hel.ninja 🚀🚀🚀

@azure-pipelines
Copy link

TestCafe result is success for https://kesaseteli-handler-ui-pr3885.dev.hel.ninja 😆🎉🎉🎉

@azure-pipelines
Copy link

TestCafe result is success for https://kesaseteli-pr3885.dev.hel.ninja 😆🎉🎉🎉

@azure-pipelines
Copy link

HANDLER branch is deployed to platta: https://helsinkilisa-ui-handler-pr3885.dev.hel.ninja 🚀🚀🚀

@azure-pipelines
Copy link

TestCafe result is success for https://nuortenkesaseteli-pr3885.dev.hel.ninja 😆🎉🎉🎉

@azure-pipelines
Copy link

TestCafe result is success for https://helsinkilisa-ui-pr3885.dev.hel.ninja 😆🎉🎉🎉

@azure-pipelines
Copy link

TestCafe result is success for https://helsinkilisa-ui-handler-pr3885.dev.hel.ninja 😆🎉🎉🎉

Copy link
Contributor

@mrTuomoK mrTuomoK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@karisal-anders karisal-anders merged commit f001f5e into main Feb 16, 2026
129 checks passed
@karisal-anders karisal-anders deleted the YJDH-723-del-shared-ks-env-load branch February 16, 2026 07:59
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

Successfully merging this pull request may close these issues.

2 participants