Questions tagged as 'router'

1
answer

Add custom selector on angular2 router-outlet

I return to angular2 after time and I see that there are several changes, starting with the directive no longer found in Component among others, I try to do the following add the tag inside a <list-directory [folders]='folders'></list...
asked by 19.02.2017 / 14:37
2
answers

Too few arguments to function, 1 passed and exactly 2 expected "

Hello apparently I have an error in my collection controller which already tried everything but still can not find the error, if they could help me it would be a good gesture: /. I am trying to create a collection of an employee so I need your i...
asked by 27.10.2018 / 09:32
2
answers

Link component in React that does not appear in the Home component

I have my main component from where I do the routing Class App extends Component { render() { return ( <Router> <div> <Links /> <Route exact path="/" component={Home} />...
asked by 25.10.2018 / 17:05
0
answers

Render a component according to the state of another component

I'm doing an app that needs to validate a Login to enter another component. For now it only sends an alert when it is correctly logged and changes the state of the component Log In to loggedIn = true; But I do not know how to do that, in additio...
asked by 25.10.2018 / 17:45
0
answers

404 when reloading a route in vue js after build

I have an application in vue that when reloading the browser gives me a 404, since logically /algo/otro/id does not exist inside the server to be a SPA . My router: const router = new VueRouter({ mode: 'history', routes, }) A...
asked by 24.10.2018 / 17:37
1
answer

NETWORKS LAN and WAN block router

I'm starting with networks. I have a question as I could create or how it would be to make a LAN that has blocked access to the router (192.168.1.1) but that does have Internet. Thank you!     
asked by 17.10.2018 / 17:36
0
answers

Create access point with a router

I want to make an access point using a router to show a page that I already have and that can interact and forward that information to a team. if they could contribute with guides or forums on the subject. Thanks     
asked by 27.09.2018 / 22:15
1
answer

React Router does not work, always shows the same component

routes.js import React from 'react'; import App from './App'; import Home from './home/contenedor/home'; import Logueado from './logueado/contenedor/logueado'; import { Route, Switch, Miss } from 'react-router-dom'; cons...
asked by 20.09.2018 / 05:07
0
answers

MySQL Group Replication: Error with MySQL Router

I have a problem trying to instantiate the Mysql Router . When executing this command mysqlrouter --bootstrap [email protected]:3306 --directory /opt/myrouter -- user=mysqlrouter --force This error appears:    error: no result returned f...
asked by 19.07.2018 / 23:32
0
answers

Python, bots, mechanize

I'm making a bot that is able to enter my router, go to a certain tab and click the reset button. The idea is simple, I simply intend to restart the router in an automated way, in python. For this I am using the Python Mechanize library. im...
asked by 25.05.2018 / 12:29