issues
search
mglaman
/
wasm-drupal
Drupal in WASM
https://wasm-drupal.mglaman.dev/
MIT License
33
stars
6
forks
source link
Set session cookie after installation
#108
Closed
mglaman
closed
2 months ago
mglaman
commented
2 months ago
fixes #99
[x] install-worker.test.js is now hanging
[x] ~
set_cookie
is writing to indexdb and isn't finished before
finished
causes CGI refresh, and all IndexDB storages are removed (?!?!)~ from #110 it seems like an issue with sites/default and permissions
mglaman
commented
2 months ago
The tests hang here for some reason
There is a clash with IndexDB when cookies are set and then the CGI worker is refreshed
fixes #99
set_cookie
is writing to indexdb and isn't finished beforefinished
causes CGI refresh, and all IndexDB storages are removed (?!?!)~ from #110 it seems like an issue with sites/default and permissions