Replies: 1 comment 1 reply
-
You should use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I upgraded from 3.12.1 to 3.22 yesterday and my local / dev domain configuration do not work anymore.
In 3.12.1, configuration bellow worked fine:
Now it give me a 404 when accessing
http://admin.localhost:8000
Setting nova.domain to null is working though.
I've seen that you changed domain handling in 3.16.x, so I tried to set nova.domain to
admin.localhost:8000
as it's needed now to activate NovaServiceProvider (I checked with log that it is actually activated when I add the port to nova.domain), but I still have the 404 forhttp://admin.localhost:8000
.Are there remaining issues on this or do I miss something ?
Beta Was this translation helpful? Give feedback.
All reactions