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

JSON.filter is not a function #3

Closed
byoriolserra opened this issue Nov 28, 2022 · 4 comments
Closed

JSON.filter is not a function #3

byoriolserra opened this issue Nov 28, 2022 · 4 comments

Comments

@byoriolserra
Copy link

When opening the app on the same Arc Browser (Chromium) I had logged in a few days ago, the following error is displayed.

Screenshot 2022-11-28 at 4 02 33 PM

I have logged in on Chrome, where I hadn't previously opened the app yet, and it works correctly.

@byoriolserra
Copy link
Author

I am guessing it has to do with following line of code:

link += `?filter=${encodeURIComponent(event.queryStringParameters.filter)}`;

@byoriolserra
Copy link
Author

After having reset the URL to just https://flowist.app/, the app behaves properly. Maybe I had favorited the tab with a specific querystring that is no longer valid.

@stacksjb
Copy link

I saved/bookmarked my URLs and got this error with them as well. After reloading the main page and logging back in again, they work.

So, I suspect this error has to do with when you try to access a filter via a logged-out state (or some sort of expired session cookie or similar) - it doesn't properly handle being logged out (it should log you back in again).

@selfire1
Copy link
Owner

selfire1 commented Jun 1, 2024

Should be fixed now.

@selfire1 selfire1 closed this as completed Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants