-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bee command generates this error "Domain access failed to load during phase: bootstrap include." #52
Comments
Perhaps try |
I can confirm the original report, and (if Domain Theme is enabled) it is preceded by this error:
I tested with the It may be relevant that I'm testing locally with DDEV here. Particularly I'm wondering about how the default bee command in DDEV specifies a |
This doesn't completely solve it for DDEV (ie. it does solve the error/warning but it always uses the default domain base url in the return for user login), but more generally would something like this be appropriate in
The DDEV url thing isn't a dealbreaker. If the |
Alternately, if the |
As a follow-up to: #50
I am still getting this error in log after running
bee uli
(inside of DDEV). But, the command is working and the site seems fine.Domain access failed to load during phase: bootstrap include. Please check your settings.php file and site configuration.
I ran this problem through chatGPT and got the following suggestion:
Some testing indicates that this may be the correct answer. It seems that we might want to simply avoid generating the error message in a CLI context.
I also considered modifying the error message in a CLI context. Which is hacky and not very ideal, but easier to implement.
I'm not suggesting this aswer now, because of uncertainty regarding possible unexpected consequences. But throwing it out there to help with future solutions.
The text was updated successfully, but these errors were encountered: