neos/neos-development-collection
Running Neos on homestead/virtualbox with port 8000
Aperta
#1818 aperta il 21 dic 2017
BugP: NeosStill valid? Needs reproductionhelp wanted
Metriche repository
- Star
- (267 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Description
I use Laravel Homestead for all my projects as virtualbox. Neos 3.1 was the latest version that was running well with it. To access the box, I need to tunnel my requests into the box via the port 8000.
Steps to Reproduce
- Go to http://neosio.app:8000/neos/
- Login
- Wait until
Loading...is finished (which never happens)
Expected behavior
- The brand new react backend is loaded.
http://neosio.app/neos/schema/node-type?version=1513815843is loaded with port 8000- I would also expect that the
baseUrisetting inConfiguration/Settings.yamlis used.
Actual behavior
Shows Loading... forever
Affected Versions
Neos: 3.3
Flow: 4.3
My windows hosts file:
127.0.0.1 neosio.app
Configuration/Settings.yaml
Neos:
Flow:
persistence:
backendOptions:
host: 127.0.0.1
driver: pdo_mysql
dbname: neosio
user: homestead
password: secret
http:
baseUri: http://neosio.app:8000/
resource:
targets:
localWebDirectoryStaticResourcesTarget:
targetOptions:
relativeSymlinks: true
localWebDirectoryPersistentResourcesTarget:
targetOptions:
relativeSymlinks: true
session:
inactivityTimeout: 0
Imagine:
driver: Gd
If it would help, I can prepare a box that I can share so that you don't have to setup everything by yourself.