is there a way to test if init it's working? I'm u...
# support-questions-legacy
h
is there a way to test if init it's working? I'm using fastify I would like bootstrap supertoken and dashbaord. Following the guide first I create a service where I init the services the create two plugins, one for cors an one to register formData and supertoken plugin my plugins are autoloaded, the app bootstrap normally, but when I try land to dasboard path I ever give 404 So there is a way to check if the plugin of supertoken it's registering properly the routes in fastify? I have the logger for the routes, and seems it's ever regired, any suggestion to debug?
3 Views