revel / modules

Officially supported Revel modules
http://revel.github.io/modules/
MIT License
49 stars 46 forks source link

Revel 0.19 error link csss #69

Closed notzippy closed 6 years ago

notzippy commented 6 years ago

From @phamthanhlam on February 7, 2018 10:45

I am install Revel 0.19. I run http://localhost:9000 . It work but link css error.

error

Copied from original issue: revel/revel#1309

notzippy commented 6 years ago

That is strange, can you pastbin the source code that was generated for the page ? And can you tell us what OS you are using ?

thanks

notzippy commented 6 years ago

From @phamthanhlam on February 9, 2018 0:11

warning I using Windown 10 and golang version 1.9.4. I have not written any code yet. I only use the following command:

revel new github.com/lam/tmdt revel rung github.com/lam/tmdt I run http://localhost:9000 . It work but link css error. route

notzippy commented 6 years ago

From @hwsong on February 12, 2018 4:52

i have same issue on windows 10 / golang 1.9.2 or 1.9.4

notzippy commented 6 years ago

From @hwsong on February 13, 2018 4:21

Commenting out lines 171-174 in the revel / modules / static / app / controllers / static.go file then solves the problem. tested on Windows 10 / golang 1.9.4 and CentOS 7 / golang 1.9.4