cmintey / wishlist

Wishlist is a self-hosted wishlist application that you can share with your friends and family. You no longer have to wonder what to get your family for the holidays, simply check their wishlist and claim any available item!
MIT License
54 stars 1 forks source link

Bug: 403 on initial wizard setup #137

Closed Asgoret closed 2 months ago

Asgoret commented 2 months ago

Initial admin doesn't created on v0.32.2.

  1. Delete all files, storages and docker network.
  2. Run docker compose from readme
  3. Go through wizard setup
  4. Look at 403 in console

UPD: Response {"message":"Cross-site POST form submissions are forbidden"}

image

cmintey commented 2 months ago

Hi there. I'm not able to reproduce. Is the ORIGIN value set in the .env file? If you're on localhost for testing, then it should be ORIGIN=http://localhost:3280

Asgoret commented 2 months ago

U where right! Thanks