-
Notifications
You must be signed in to change notification settings - Fork 406
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
Setup for SPA not working #479
Comments
@ivanyv, many thanks! I encountered the same problems, and your solution worked for me. Such a PR would help. (I'm using React and Rails.) |
Lifesaver! Was just running into this issue and adding the custom data tags!!! Thank you so much. |
i hae the same problem and the problem is indeed in the data-ids, but keeping it without value doesnt work, it only works when i get the id from the rails admin script, but it keeps changing, anyone know how to dynamically get the data-ids |
I ran into some issues\ trying to install the profiler on a Vue app. First, I had to modify the
script
tag from the example in the README, as it was missing two required data attributes (data-hidden-custom-fields data-html-container="body"
).Then I was getting this error in the console:
POST http://localhost:3000/mini-profiler-resources/results 404 (Not Found)
. Which I traced to using "wrong"data-id
/data-ids
values.I ended up with this:
I could create a PR for updating the docs if that helps (and above looks right).
The text was updated successfully, but these errors were encountered: