Skip to content
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

Inventory pages for part numbers with '/' characters will not load #14

Closed
travisolbrich opened this issue Jul 9, 2020 · 7 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@travisolbrich
Copy link
Collaborator

travisolbrich commented Jul 9, 2020

I have a part that I created with a partNumber of LMC662CN/NOPB. This part shows up in lists however clicking on it brings me to a blank page. No request is made to the API. If I directly request this part from the API I get a valid response.

image

@travisolbrich
Copy link
Collaborator Author

I was able to invoke the API to change the part number to use a dash instead of a slash and the UI works correctly with the change.

This part number came in like this from a Mouser import.

@replaysMike replaysMike self-assigned this Jan 13, 2022
@replaysMike replaysMike added in-progress This ticket is currently being worked on bug Something isn't working labels Jan 13, 2022
@replaysMike
Copy link
Owner

I'm surprised Mouser would allow a part with '/' in it, however I'm going to start encoding these part names for these odd situations. Obviously the '/' will mess with browser routing and this was never taken into consideration.

@funkyflashfive
Copy link

Just ran in to this same issue with LM741CN/NOPB

@replaysMike
Copy link
Owner

Fixed in 2.0.77

@replaysMike replaysMike removed the in-progress This ticket is currently being worked on label Jan 18, 2023
@rebelonion
Copy link

I just had this issue on binner.io
part: RMC1/10-221JTP, imported from Mouser api
clicking on part redirects to https://binner.io/inventory/RMC1/10-221JTP
https://binner.io/inventory/RMC1%2F10-221JTP loads the correct page

@replaysMike replaysMike reopened this Apr 20, 2023
@replaysMike
Copy link
Owner

Hi @rebelonion - thanks! It seems to be an issue on the cloud service and not affecting the open source installation. I will tag this as a new issue and deploy a fix right away.

@replaysMike
Copy link
Owner

Moved to issue #164 and will track from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants