• Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

M

moj

@moj
About
Posts
2
Topics
2
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Touch Icon doesn't work
  • M moj

    I'm trying to set touch icon. I successfully uploaded the image.
    Screen Shot 2019-02-23 at 12.23.09 AM.png

    However, if I refresh the page, the field becomes empty.
    Screen Shot 2019-02-23 at 12.24.53 AM.png

    And the icon show in "Add to Home Screen" is just a preview of the web page.


  • Page Not Found after login
  • M moj

    I am using nodebb with nginx, there is always an Not Found error after login, and login is successful.
    WX20190105-220315@2x.png

    The requested address become http://localhost/forum/http://localhost/forum, after login.

    And there is a 404 error console:
    GET http://localhost/forum/api/http://localhost/forum?_=1546743429781 404 (Not Found)

    In config file of nginx:

    server {
        listen 80;
    
        location /forum {
            proxy_pass http://localhost:4567/forum/;
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
        }
    }
    

    And in config.json:

    {
        "url": "http://localhost:4567/forum/",
        "secret": "xxxxx-xxxxx-xxxx-xxx-xxxx",
        "database": "mongo",
        "port": "4567",
        "mongo": {
            "host": "127.0.0.1",
            "port": "27017",
        }
    }
    
  • Login

  • Don't have an account? Register

  • Login or register to search.

  • First post
    Last post
0
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.