-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't expose endpoint feathers-debugger #2
Comments
Hey, @matiaslopezd I am not sure what it is the problem, but I need to mention in docs that it relies on REST. So if REST is not exposed then it won't work app.configure(express.rest()); Do you have this line in app.use(express.notFound());
app.use(express.errorHandler({ logger })); Please keep me posted! I can add websocket support in next version! |
Hi @radenkovic ! I'm tried again but nothing. :( |
@matiaslopezd I am pushing new version soon! Can you check console.log(process.env.NODE_ENV) in app.js. |
Now it's working! But I don't know it's a bug or not but when receiving a new request is showed in extension but after ~5s disappear all. The same happens when observer mode is deactivated and you refresh manually all disappear. Also sometimes the observer mode is not working and needs refresh manually. I'm using Google Chrome 85.0.4183.83 on Ubuntu 20.04. @radenkovic Awesome tool!! 🚀 |
@matiaslopezd I will take a look! to me it def looks like bug (like timeframe is very short), but will check what's going on. Anyways, glad to see that it's working!
Do you have nodemon maybe? If server is restarted it cleans up the stored data. |
Hi, excellent debugger!!
I'm trying to use it but can't 😭, when try refresh directly from extension feathers debugger returns the error:
I added to
app.js
And in
app.hooks.js
What I'm doing wrong? I have a custom socket file that is to say I'm not using channels.js, that can affect?
The text was updated successfully, but these errors were encountered: