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

I cannot CRUD cookies in sveltekit from another port #11914

Closed
ghost opened this issue Feb 28, 2024 · 15 comments
Closed

I cannot CRUD cookies in sveltekit from another port #11914

ghost opened this issue Feb 28, 2024 · 15 comments

Comments

@ghost
Copy link

ghost commented Feb 28, 2024

Describe the bug

I cannot CRUD cookies in sveltekit from another port

Reproduction

  1. Clone my repo: git clone https://github.com/TechGunnerINC/TechGunner.git
  2. Run: docker compose up
  3. Go to http://localhost:5173/sign-up
  4. Fill in the form and click on the Sign up button
  5. Open the inspect menu, Go to Application > Cookies > http://localhost:5173
  6. And you won't see the auth cookie their

System Info

System:
    OS: Windows 10 10.0.19045
    CPU: (4) x64 Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
    Memory: 1.39 GB / 7.91 GB
  Binaries:
    Node: 21.6.2 - C:\Program Files\nodejs\node.EXE
    npm: 10.2.4 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Chromium (122.0.2365.52)
    Internet Explorer: 11.0.19041.3636

Severity

serious, but I can work around it

@Conduitry
Copy link
Member

Conduitry commented Feb 28, 2024

Please provide a minimal reproduction, with no extraneous parts that aren't needed to reproduce the issue, not a link to your actual project. Please also don't use Bun in reproductions, as it's been known to be the source of problems due to bugginess in its parity with Node.

@ghost
Copy link
Author

ghost commented Feb 28, 2024

@Conduitry I had this issue before I migrated to Bun and Elysia JS, My backend was in Node and Express js before, and still had this issue

@ghost
Copy link
Author

ghost commented Feb 29, 2024

@Conduitry I'm waiting for your response, reply ASAP!!

@Conduitry
Copy link
Member

The response is that this isn't a minimal reproduction.

@Conduitry Conduitry closed this as not planned Won't fix, can't repro, duplicate, stale Mar 1, 2024
@ghost
Copy link
Author

ghost commented Mar 2, 2024

@antony @arxpoetica @babichjacob @baseballyama @benmccann @bluwy @Conduitry @dominikg @dummdidumm @EmilTholin @fractalhq @geoffrich @ghostdevv @GrygrFlzr @huntabyte @ignatiusmb @jasonlyu123 @kaisermann @lukeed @mindrones @mrkishi @ota-meshi @PaulBGD @pngwn @Rich-Harris @StrawHatHacker @SarcevicAntonio @spences10 @Swatinem @tanhauhau

Pls fix this bug

Here are quick start commands

git clone https://github.com/TechGunnerINC/TechGunner.git
cd TechGunner
docker compose -d up
code .

in one line:

git clone https://github.com/TechGunnerINC/TechGunner.git && cd TechGunner && docker compose -d up && code .

You need to fix this bug it's breaking my app

@StrawHatHacker
Copy link
Contributor

You didn't just do that...

@ghost
Copy link
Author

ghost commented Mar 2, 2024

Do what?

@Antonio-Bennett
Copy link

Antonio-Bennett commented Mar 2, 2024

@Tech-Gunner tagging a bunch of people that are not related at all to your issue.

@ghost
Copy link
Author

ghost commented Mar 2, 2024

@Antonio-Bennett nobody was fixing this bug that's why I tagged that many people

@Antonio-Bennett
Copy link

@Tech-Gunner Have you tried asking for help in the discord? The issues tab is for identifying specific issues with svelte it therefore needs minimum reproductions. If at this moment you just don't know why something isn't working then the best thing to do is ask for help in the discord help channel

@ghost
Copy link
Author

ghost commented Mar 2, 2024

@Antonio-Bennett Discord is for asking for help and GitHub is for reporting bugs
I'm not asking for help I'm reporting a bug

@Antonio-Bennett
Copy link

@Tech-Gunner then make a minimum reproduction as everyone has been saying. You can't post a whole repository and expect people to go through that setting up env variables, dbs and the like. Find the specific problem and make a very specific reproduction.

@ghost
Copy link
Author

ghost commented Mar 2, 2024

@Antonio-Bennett so, should I provide an example DB link and also the env vars?
I'll delete the DB after 5 hours just don't do anything heavy.

@ghostdevv
Copy link
Member

Feel free to ask your question in the Discord and if it's a bug someone there can advise you whether to make an issue.

@sveltejs sveltejs locked as resolved and limited conversation to collaborators Mar 2, 2024
@pngwn
Copy link
Member

pngwn commented Mar 2, 2024

They are blocked from the org now so hopefully they won't come to discord after all.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants