-
Notifications
You must be signed in to change notification settings - Fork 1
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
error Attempt to read property "objectType" on null #2
Comments
Hm, strange. Doesn't happen, when I use it. |
I took the last image
|
okay, thanks. I'll test it today evening and come back to you asap. |
ok thanks, i will wait for your reply |
sorry to bother you, but was there time to test the bug? |
I made a full export of notion in html format, unpacked the archive on the server, launched it through docker
docker run -d --name notion -p 127.0.0.1:88:80 -v /storage/notion:/var/www/html/content vanderlars/notion2web
got an error at the beginning
fixed app/functions.php file -
chmod 644 app/functions.php
check
curl -I -XGET 127.0.0.1:88
but now i get another error
Can you tell me how to fix it or am I doing something wrong?
The text was updated successfully, but these errors were encountered: