PathRewrite not working after build
-
On dev mode the pathRewrite works fine, but after build it stops working:
On production mode it calls a url like: http://localhost:1908/server/user/authenticate and it should looks like: http://localhost:1908/user/authenticate
-
Um…I might be wrong, but isn’t the setting for the “DEVserver”. So, when you make the build, there is no devserver available anymore?
Scott