-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Bug: links does not show the page and redirect to the react props names #2185
Comments
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label. To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself. For full info on how to contribute, please check out our contributors guide. |
I have a feeling the info is not being read from the URL, e.g. language. |
When I tested this, the info was read rendered and then redirected to this weird names, I did not dig further into it to be honest.
Sent from mobile device
…________________________________
From: Nick Taylor ***@***.***>
Sent: Tuesday, November 21, 2023 8:19:59 PM
To: open-sauced/app ***@***.***>
Cc: Abdurrahman Rajab ***@***.***>; Author ***@***.***>
Subject: Re: [open-sauced/app] Bug: links does not show the page and redirect to the react props names (Issue #2185)
I have a feeling the info is not being read from the URL, e.g. language.
—
Reply to this email directly, view it on GitHub<#2185 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AELNMKNED3X76KZ2TRZT5FTYFTPD7AVCNFSM6AAAAAA7R7JZR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRRGM2DGMBRGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I looked into this a bit and it appears to be the This is probably related to changes in #2047. |
Could I work on this? I would like to debug this. just trying if .take works. |
The issue you are trying to assign yourself is blocked until it can be triaged or by another label on the issue. |
I've assigned it to you @a0m0rajab. @OgDev-01 worked on #2047 and can probably provide some insight. |
Thanks for that, I will check this on live stream and connect with him if needed |
Dev notes: |
Thanks @JabSYsEmb for checking this, if you could find the related code in the dev it would be great, I could find that. As for my investigation today:
The issue is happening in the next function, if we remove the merge logic it will work well. Lines 10 to 21 in 9224c05
|
I found the issue, I think it was due the prerendering since the next provides and empty query object. I will open a PR in few minutes. Another few issues I noticed while working on this, I will check them later and open an issue for them:
Warning: Updating a style property during rerender (overflowY) when a conflicting property is set (overflow) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.
|
Describe the bug
When I tried to use the link from this issue: #2177
I was redirected to https://app.opensauced.pizza/[pageId]/[toolName]/filter/[...selectedFilter]?range=30
Instead of: https://app.opensauced.pizza/ai/dashboard/filter/top-100-repos?range=30
Steps to reproduce
Browsers
Chrome
Additional context (Is this in dev or production?)
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: