[GH-ISSUE #596] How to solve this problem? 这个问题怎么解决 #425

Closed
opened 2026-02-26 02:33:10 +03:00 by kerem · 1 comment
Owner

Originally created by @WANGYUANQI03 on GitHub (May 20, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/596

[Dotenv\Exception\InvalidFileException]
Dotenv values containing spaces must be surrounded by quotes.

Originally created by @WANGYUANQI03 on GitHub (May 20, 2017). Original GitHub issue: https://github.com/koel/koel/issues/596 [Dotenv\Exception\InvalidFileException] Dotenv values containing spaces must be surrounded by quotes.
kerem closed this issue 2026-02-26 02:33:10 +03:00
Author
Owner

@phanan commented on GitHub (May 21, 2017):

The error itself is pretty self-explanatory, isn't it? In your .env file, look for values containing space(s), for instance:

KEY = this value contains spaces

and surround the value with quotes:

KEY = "this value contains spaces"

<!-- gh-comment-id:302918134 --> @phanan commented on GitHub (May 21, 2017): The error itself is pretty self-explanatory, isn't it? In your `.env` file, look for values containing space(s), for instance: `KEY = this value contains spaces` and surround the value with quotes: `KEY = "this value contains spaces"`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#425
No description provided.